This commit is contained in:
reaw55 2023-12-27 01:02:35 +07:00
parent 9a11c68ffc
commit c53c49daa1
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ void timer_tick_callback()
}
void ac_changed_user_callback(int mode, int temperature, int fan_speed) {
update_lcd_ac()
update_lcd_ac();
}
void mqtt_connected_user_callback() {