Skip to content

Commit

Permalink
Enable OTA update again.
Browse files Browse the repository at this point in the history
  • Loading branch information
bullestock committed Oct 5, 2024
1 parent 4f8508b commit 31531ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/esp32/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void app_main()
if (connected)
{
display.add_progress("OTA check");
if (0 && !check_ota_update(display))
if (!check_ota_update(display))
display.add_progress("FAILED!");
}
esp_log_level_set("esp_wifi", ESP_LOG_ERROR);
Expand Down

0 comments on commit 31531ca

Please sign in to comment.