Lost and found mode (#3012)

* Lost and found WIP

* 5 minutes

* ASCII bell character correction

* Memory
This commit is contained in:
Ben Meadors
2023-12-13 17:43:20 -06:00
committed by GitHub
parent dd96848bec
commit 9f85279e74
3 changed files with 22 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ class PositionModule : public ProtobufModule<meshtastic_Position>, private concu
/** Only used in power saving trackers for now */
void clearPosition();
void sendLostAndFoundText();
};
struct SmartPosition {