mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-07-31 11:17:31 +02:00
Fix CI
This commit is contained in:
@ -781,8 +781,10 @@ void loop() {
|
|||||||
// }
|
// }
|
||||||
lastWS = millis();
|
lastWS = millis();
|
||||||
}
|
}
|
||||||
if(now - lastHeap >= 2000) {
|
#ifdef ESP32
|
||||||
|
if (now - lastHeap >= 2000) {
|
||||||
Serial.printf("Free heap: %" PRIu32 "\n", ESP.getFreeHeap());
|
Serial.printf("Free heap: %" PRIu32 "\n", ESP.getFreeHeap());
|
||||||
lastHeap = now;
|
lastHeap = now;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user