Fix call to older upload_tft()

This commit is contained in:
Edward Firmo
2023-11-28 14:46:16 +01:00
parent d81a15195b
commit ec35a07f52

View File

@@ -94,7 +94,8 @@ script:
exit_reparse->execute();
delay_seconds_(2);
ESP_LOGV(TAG, "Calling upload from Nextion component");
if (disp1->upload_tft()) id(restart_nspanel).press();
disp1->upload_tft();
id(restart_nspanel).press();
ESP_LOGD(TAG, "Turn off Nextion");
screen_power->turn_off();
delay_seconds_(3);