debugging goo

This commit is contained in:
geeksville 2020-04-17 18:48:37 -07:00
parent 5b17417e0c
commit 2fe145aed9
2 changed files with 1 additions and 3 deletions

View File

@ -69,9 +69,6 @@ void MeshService::init()
gpsObserver.observe(&gps); gpsObserver.observe(&gps);
packetReceivedObserver.observe(&router.notifyPacketReceived); packetReceivedObserver.observe(&router.notifyPacketReceived);
// No need to call this here, our periodic task will fire quite soon
// sendOwnerPeriod();
} }
void MeshService::sendOurOwner(NodeNum dest, bool wantReplies) void MeshService::sendOurOwner(NodeNum dest, bool wantReplies)

View File

@ -83,6 +83,7 @@ void NodeDB::resetRadioConfig()
/* /*
radioConfig.preferences.screen_on_secs = 30; radioConfig.preferences.screen_on_secs = 30;
radioConfig.preferences.wait_bluetooth_secs = 30; radioConfig.preferences.wait_bluetooth_secs = 30;
radioConfig.preferences.position_broadcast_secs = 15;
*/ */
} }