mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-17 21:56:40 +01:00
read config from json on SPIFFS
This commit is contained in:
@@ -9,7 +9,6 @@ typedef std::function<void(uint32_t from, String &msg)> msgReceived_cb;
|
||||
class Network {
|
||||
public:
|
||||
uint32_t id = 0;
|
||||
Network(){}
|
||||
Scheduler* scheduler;
|
||||
virtual Network* init() { return this; };
|
||||
virtual Network* init(Scheduler* s) { scheduler = s; return init(); };
|
||||
|
||||
Reference in New Issue
Block a user