diff --git a/src/main.cpp b/src/main.cpp index 980a2f4..ac7cc9e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -132,7 +132,7 @@ void setup() { client.setServer(mqtt_server, mqtt_port); client.setCallback(callback); Serial.printf("Systemstatus : 0x%02x \n", SystemStatus); - if (!F_BME280 == true){ + /* if (!F_BME280 == true){ Serial.println("Topic BME280 löschen!"); Clear_BME280(hostname.c_str()); } @@ -147,7 +147,7 @@ void setup() { if (!F_MCP9808 == true){ Serial.println("Topic MCP9808 löschen!"); Clear_MCP9808(hostname.c_str()); - } + } */ //---------- }