diff --git a/nspanel_esphome_core.yaml b/nspanel_esphome_core.yaml index fad8919..7af1df8 100644 --- a/nspanel_esphome_core.yaml +++ b/nspanel_esphome_core.yaml @@ -2518,7 +2518,6 @@ script: - lambda: |- static const char *const TAG = "script.boot_sequence"; ESP_LOGD(TAG, "Starting boot sequence"); - id(boot_sequence_completed) = false; ESP_LOGD(TAG, "Wait for TFT version"); - wait_until: - lambda: !lambda return !id(version_tft).empty();