mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
delay position plugin start until 60 secs after first boot
This commit is contained in:
@@ -20,8 +20,8 @@ class PositionPlugin : public ProtobufPlugin<Position>, private concurrency::OST
|
||||
/** Constructor
|
||||
* name is for debugging output
|
||||
*/
|
||||
PositionPlugin() : ProtobufPlugin("position", PortNum_POSITION_APP, Position_fields), concurrency::OSThread("PositionPlugin") {}
|
||||
|
||||
PositionPlugin();
|
||||
|
||||
/**
|
||||
* Send our position into the mesh
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user