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