2024-10-0700 Tropic Clear abgeschaltet.
This commit is contained in:
parent
3e03876232
commit
bc3ffb5f45
|
@ -132,7 +132,7 @@ void setup() {
|
||||||
client.setServer(mqtt_server, mqtt_port);
|
client.setServer(mqtt_server, mqtt_port);
|
||||||
client.setCallback(callback);
|
client.setCallback(callback);
|
||||||
Serial.printf("Systemstatus : 0x%02x \n", SystemStatus);
|
Serial.printf("Systemstatus : 0x%02x \n", SystemStatus);
|
||||||
if (!F_BME280 == true){
|
/* if (!F_BME280 == true){
|
||||||
Serial.println("Topic BME280 löschen!");
|
Serial.println("Topic BME280 löschen!");
|
||||||
Clear_BME280(hostname.c_str());
|
Clear_BME280(hostname.c_str());
|
||||||
}
|
}
|
||||||
|
@ -147,7 +147,7 @@ void setup() {
|
||||||
if (!F_MCP9808 == true){
|
if (!F_MCP9808 == true){
|
||||||
Serial.println("Topic MCP9808 löschen!");
|
Serial.println("Topic MCP9808 löschen!");
|
||||||
Clear_MCP9808(hostname.c_str());
|
Clear_MCP9808(hostname.c_str());
|
||||||
}
|
} */
|
||||||
//----------
|
//----------
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user