fix(web): default web stats off on non-PSRAM boards
This commit is contained in:
@@ -80,6 +80,9 @@ void WebService::ensureWebServer() {
|
||||
_panel.stop();
|
||||
return;
|
||||
}
|
||||
if (_panel.isRunning()) {
|
||||
return;
|
||||
}
|
||||
_panel.start();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user