change rollback time because of start http
parent
8dab6c3de4
commit
7da00bbc3f
|
@ -290,7 +290,7 @@ void checkIfOTAwasSuccessful(void *parameter)
|
|||
if (state == ESP_OTA_IMG_PENDING_VERIFY)
|
||||
{
|
||||
ESP_LOGI(jannexTAG, "ESP_OTA_IMG_PENDING_VERIFY");
|
||||
vTaskDelay(1000 * 300 / portTICK_PERIOD_MS); // wait 30sec minute
|
||||
vTaskDelay(1000 * 20 / portTICK_PERIOD_MS); // wait 20sec minute
|
||||
// run diagnostic function ...
|
||||
bool diagnostic_is_ok = true; // diagnostic();
|
||||
if (diagnostic_is_ok)
|
||||
|
|
Loading…
Reference in New Issue