mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-25 22:20:27 +00:00
debugging goo
This commit is contained in:
parent
5b17417e0c
commit
2fe145aed9
@ -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)
|
||||||
|
@ -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;
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user