Fix tft url when nextion_update_url is selected

This commit is contained in:
Edward Firmo
2024-01-10 01:49:17 +01:00
parent 1078125b98
commit 948124927d
2 changed files with 7 additions and 7 deletions

View File

@@ -250,12 +250,12 @@ script:
if (std::string::npos != endPos) {
url = url.substr(0, endPos + 1);
}
}
ESP_LOGD(TAG, "Full URL: %s", url.c_str());
ESP_LOGD(TAG, " Full URL: %s", url.c_str());
id(tft_url) = url;
disp1->set_tft_url(url.c_str());
}
}
- id: upload_tft # I've changed this to use ESPHome commands to avoid the parallelism from lambdas
mode: single

View File

@@ -14,7 +14,7 @@ substitutions:
ota_password: ${wifi_password}
ap_password: ${wifi_password}
##### DON'T CHANGE THIS ######
version: "4.2beta.5"
version: "4.2beta.6"
##############################
##### External components #####