2024-10-0700 Tropic Clear abgeschaltet.

This commit is contained in:
hans-jurgen 2024-10-07 08:04:56 +02:00
parent 3e03876232
commit bc3ffb5f45

View File

@ -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());
}
} */
//----------
}