Skip to content

Commit

Permalink
Updated binary
Browse files Browse the repository at this point in the history
  • Loading branch information
MiLeG committed Sep 29, 2019
1 parent 8f38ff2 commit 1ec59da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified firmware.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/MAKERphone
Submodule MAKERphone updated from 987f14 to 9cfe12
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2195,7 +2195,7 @@ void setup()
// addOscillator(osc);
Serial.print("Setup: ");
Serial.println(EEPROM.readBool(33));
if(EEPROM.readBool(33))
if(EEPROM.readBool(33) && REG_GET_FIELD(EFUSE_BLK0_RDATA3_REG, EFUSE_RD_BLK3_PART_RESERVE) == 1)
startupWizard();
mp.shutdownPopupEnable(1);
// startupWizard();
Expand Down

0 comments on commit 1ec59da

Please sign in to comment.