Umstellung auf MQTT

This commit is contained in:
Carsten Graf
2025-06-01 21:41:57 +02:00
parent 2d2ee0a41a
commit 5f86308367
4 changed files with 15 additions and 4 deletions

View File

@@ -297,7 +297,8 @@ String getTimerDataJSON() {
void setup() {
Serial.begin(115200);
if (!SPIFFS.begin(true)) {
Serial.println("SPIFFS Mount Failed");
return;
@@ -318,7 +319,7 @@ void setup() {
setupOTA(&server);
setupRoutes();
setupLED();
setupMqttServer(); // MQTT Server initialisieren