fix(web): default web stats off on non-PSRAM boards

This commit is contained in:
Jared Dohrman
2026-04-16 17:27:07 +10:00
parent dbee848bef
commit 49e0993f73
2 changed files with 21 additions and 2 deletions
+3
View File
@@ -80,6 +80,9 @@ void WebService::ensureWebServer() {
_panel.stop();
return;
}
if (_panel.isRunning()) {
return;
}
_panel.start();
}
#endif