get OTA enabling working

This commit is contained in:
2018-08-22 11:09:42 +02:00
parent 77f1b278f4
commit 426d495fd9
10 changed files with 49 additions and 35 deletions

View File

@@ -34,7 +34,7 @@ class MeshNet : public Network {
MeshNet(MeshConfig cfg);
Network* init();
Network* connectStation();
Network* connectStation(int);
void update();
void newConnectionCallback(uint32_t nodeId);