File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ lib_deps =
1919 https://github.com/mathieucarbou/AsyncTCP.git# v3.2.4
2020 https://github.com/mathieucarbou/ESPAsyncWebServer.git# v3.1.5
2121 https://github.com/GuLinux/AsyncBufferedTcpLogger# v0.0.2
22+ https://github.com/GuLinux/AsyncWebserverUtils# v0.0.1
2223 ayushsharma82/ElegantOTA @ 3.1.1
2324 bblanchon/ArduinoJson@^7.2.0
2425 adafruit/Adafruit Unified Sensor@^1.1.14
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44#include < AsyncJson.h>
55#include < ArduinoLog.h>
66#include < forward_list>
7- #include " validation.h"
8- #include " jsonresponse.h"
7+ #include < validation.h>
8+ #include < jsonresponse.h>
99#include " metricsresponse.h"
1010#include < esp_system.h>
1111#include < LittleFS.h>
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ String APB::WiFiManager::essid() const
155155 return WiFi.SSID ();
156156 }
157157 if (_status == +Status::AccessPoint) {
158- return Settings::Instance. apConfiguration (). essid ;
158+ return WiFi. softAPSSID () ;
159159 }
160160 return " N/A" ;
161161}
You can’t perform that action at this time.
0 commit comments