if android updates owner or radio, tell the network

This commit is contained in:
geeksville
2020-02-03 21:17:35 -08:00
parent 634a547030
commit 31ee795e9b
3 changed files with 46 additions and 3 deletions

View File

@@ -36,6 +36,9 @@ public:
/// for received packets it will call the rx handler
void loop();
/// The radioConfig object just changed, call this to force the hw to change to the new settings
void reloadConfig() { Serial.println("FIXME add reloadConfig"); }
private:
RH_RF95 rf95; // the raw radio interface
RHMesh manager;