formatting

This commit is contained in:
proddy
2021-01-14 17:44:45 +01:00
parent c61ce1cbc1
commit a5b5cfd57d

View File

@@ -39,6 +39,7 @@ class WebStatusService {
#ifdef ESP32
static void onStationModeDisconnected(WiFiEvent_t event, WiFiEventInfo_t info);
static void onStationModeGotIP(WiFiEvent_t event, WiFiEventInfo_t info);
#elif defined(ESP8266)
WiFiEventHandler _onStationModeDisconnectedHandler;
WiFiEventHandler _onStationModeGotIPHandler;