Fix firmware download

This commit is contained in:
jpirnay
2026-04-21 17:16:19 +02:00
parent b7928a86e3
commit df171560db
4 changed files with 45 additions and 2 deletions
@@ -21,6 +21,7 @@ class OtaUpdateActivity : public Activity {
State state = WIFI_SELECTION;
unsigned int lastUpdaterPercentage = UNINITIALIZED_PERCENTAGE;
OtaUpdater updater;
OtaUpdater::OtaUpdaterError failureReason = OtaUpdater::OK;
void onWifiSelectionComplete(bool success);