workflow: update SPIFFS binary magic byte and revert version to 1.3.51

This commit is contained in:
2025-02-22 16:21:51 +01:00
parent 8037adc045
commit aaa5506d40
4 changed files with 11 additions and 9 deletions

View File

@ -166,6 +166,9 @@ void sendAmsData(AsyncWebSocketClient *client) {
}
void setupWebserver(AsyncWebServer &server) {
// Deaktiviere alle Debug-Ausgaben
Serial.setDebugOutput(false);
// WebSocket-Optimierungen
ws.onEvent(onWsEvent);
ws.enable(true);