nasty rxbuffer underfill bug fixed

This commit is contained in:
geeksville
2020-02-08 09:39:26 -08:00
parent 59ca54a6bb
commit b2b832c608
6 changed files with 42 additions and 10 deletions

View File

@@ -72,6 +72,9 @@ private:
void onGPSChanged();
virtual void onNotify(Observable *o);
/// handle packets that just arrived from the mesh radio
void handleFromRadio();
};
extern MeshService service;