delay position plugin start until 60 secs after first boot

This commit is contained in:
Kevin Hester
2021-02-14 12:26:51 +08:00
parent c1733a4ac6
commit 71c35304d6
2 changed files with 12 additions and 4 deletions

View File

@@ -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
*/