Fix tft url when nextion_update_url is selected
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 #####
|
||||
|
||||
Reference in New Issue
Block a user