mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
show partition in `show system'
This commit is contained in:
@@ -79,7 +79,7 @@ void WebStatusService::systemStatus(AsyncWebServerRequest * request) {
|
||||
}
|
||||
|
||||
// /rest/hardwareStatus
|
||||
// This is also used for polling
|
||||
// This is also used for polling during the RestartMonitor to see if EMS-ESP is alive
|
||||
void WebStatusService::hardwareStatus(AsyncWebServerRequest * request) {
|
||||
EMSESP::system_.refreshHeapMem(); // refresh free heap and max alloc heap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user