Skip to content

Commit 4439f3b

Browse files
committed
Resolve nested substitution before using: DISPLAY_MODES_BLANK_TEXT
I don't know why this is failing to resolve.
1 parent 5f8b0dc commit 4439f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esphome/nspanel_esphome_addon_upload_tft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ script:
102102
103103
// Only proceed when a standard TFT is selected (indices 1+)
104104
if (!has_url_override &&
105-
(!display_valid || display_model->current_option() == "${DISPLAY_MODES.BLANK.TEXT}")) {
105+
(!display_valid || display_model->current_option() == "${DISPLAY_MODES_BLANK_TEXT}")) {
106106
ESP_LOGD("${TAG_UPLOAD_TFT}", "No hardware TFT selected");
107107
return;
108108
}

0 commit comments

Comments
 (0)