🐹 Renames member

This commit is contained in:
Rune Harlyk
2024-11-08 17:24:06 +01:00
parent e77de7dbdb
commit 386f1c627d
8 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class WiFiService : public StatefulService<WiFiSettings> {
void onStationModeStop(WiFiEvent_t event, WiFiEventInfo_t info);
static void onStationModeGotIP(WiFiEvent_t event, WiFiEventInfo_t info);
FSPersistence<WiFiSettings> _fsPersistence;
FSPersistence<WiFiSettings> _persistence;
void reconfigureWiFiConnection();
void manageSTA();