Remove unnecessary code
This commit is contained in:
@@ -2518,7 +2518,6 @@ script:
|
|||||||
- lambda: |-
|
- lambda: |-
|
||||||
static const char *const TAG = "script.boot_sequence";
|
static const char *const TAG = "script.boot_sequence";
|
||||||
ESP_LOGD(TAG, "Starting boot sequence");
|
ESP_LOGD(TAG, "Starting boot sequence");
|
||||||
id(boot_sequence_completed) = false;
|
|
||||||
ESP_LOGD(TAG, "Wait for TFT version");
|
ESP_LOGD(TAG, "Wait for TFT version");
|
||||||
- wait_until:
|
- wait_until:
|
||||||
- lambda: !lambda return !id(version_tft).empty();
|
- lambda: !lambda return !id(version_tft).empty();
|
||||||
|
|||||||
Reference in New Issue
Block a user