we now send gps locations into the mesh and update our nodedb

This commit is contained in:
geeksville
2020-02-06 08:49:33 -08:00
parent 9625bcbd9e
commit 241e262f5c
6 changed files with 67 additions and 28 deletions

View File

@@ -17,6 +17,9 @@ public:
void observe(Observable *o);
private:
friend class Observable;
virtual void onNotify(Observable *o) = 0;
};