From 0584b0727545e57cc10d7381476c18ff390ce2e2 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Fri, 24 Nov 2023 18:39:35 +0100 Subject: [PATCH] Remove unnecessary code --- nspanel_esphome_core.yaml | 1 - 1 file changed, 1 deletion(-) 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();