move code to handle network events from anonymous to class method
This commit is contained in:
@@ -67,6 +67,7 @@ private:
|
||||
void init();
|
||||
void onDisconnected();
|
||||
void waitForIpAddressWithTimeout();
|
||||
void onNetworkEvent(arduino_event_id_t event, arduino_event_info_t info);
|
||||
|
||||
bool _connected = false;
|
||||
bool _restartOnDisconnect = false;
|
||||
|
||||
Reference in New Issue
Block a user