mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
update packages
This commit is contained in:
@@ -75,7 +75,9 @@ void WebStatusService::systemStatus(AsyncWebServerRequest * request) {
|
||||
root["wifi_rssi"] = 0;
|
||||
} else {
|
||||
root["network_status"] = static_cast<uint8_t>(WiFi.status());
|
||||
root["wifi_rssi"] = WiFi.RSSI();
|
||||
#ifndef EMSESP_STANDALONE
|
||||
root["wifi_rssi"] = WiFi.RSSI();
|
||||
#endif
|
||||
}
|
||||
|
||||
response->setLength();
|
||||
|
||||
Reference in New Issue
Block a user