Compare commits

..

No commits in common. "65173c67ad17ed1bb86d7996ea93126ee9249ad1" and "6b2f260153b8f87c6e803fc2e66c124b701d7b72" have entirely different histories.

1 changed files with 0 additions and 10 deletions

View File

@ -746,16 +746,6 @@ void publish_env_state()
mqtt_client.loop();
mqtt.publish(String(AC_HUMIDITY_TOPIC), String(env_sensor.getHumidity()));
mqtt_client.loop();
if(lcd_current_page==4) {
Serial.print("roomtemp.txt=\"");
Serial.print(env_sensor.getTemperature());
Serial.print("C\"");
lcd_send_stop_bit();
Serial.print("roomhumid.txt=\"");
Serial.print(env_sensor.getHumidity());
Serial.print("%\"");
lcd_send_stop_bit();
}
break;
default:
mqtt.publish(String(AC_ROOM_TEMPERATURE_TOPIC), "ERROR");