Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vascofazza committed Dec 13, 2020
1 parent 3e092ca commit f6c0251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixie_firmware/src/network/ota_github.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void check_for_updates()
{
DEBUG_PRINT(F("Upgrade found at: "));
DEBUG_PRINTLN(API.getUpgradeURL());
if (first_boot)
if (!first_boot)
ESP.reset();
if (API.doUpgrade())
{
Expand Down

0 comments on commit f6c0251

Please sign in to comment.