mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 10:21:40 +00:00
Merge pull request #1036 from mc-hamster/StoreAndForward
Removed radio config that shouldn't be there.
This commit is contained in:
commit
80d872448d
@ -127,7 +127,7 @@ int32_t PositionPlugin::runOnce()
|
|||||||
{
|
{
|
||||||
NodeInfo *node = nodeDB.getNode(nodeDB.getNodeNum());
|
NodeInfo *node = nodeDB.getNode(nodeDB.getNodeNum());
|
||||||
|
|
||||||
radioConfig.preferences.position_broadcast_smart = true;
|
//radioConfig.preferences.position_broadcast_smart = true;
|
||||||
|
|
||||||
// We limit our GPS broadcasts to a max rate
|
// We limit our GPS broadcasts to a max rate
|
||||||
uint32_t now = millis();
|
uint32_t now = millis();
|
||||||
|
Loading…
Reference in New Issue
Block a user