Skip to content

Commit

Permalink
changed from dual_bank to single_bank
Browse files Browse the repository at this point in the history
dual_bank has application file size limit, while single_bank does not.
Only risk is that during upload something gets corrupted... Good thing we have the breakout header!
  • Loading branch information
biomurph authored Jul 3, 2019
1 parent 18734ab commit 29d9080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variants/Simblee/ota_bootloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "Arduino.h"

#ifndef OTA_BOOTLOADER_TYPE
#define OTA_BOOTLOADER_TYPE dual_bank
#define OTA_BOOTLOADER_TYPE single_bank // dual_bank
#endif

// force double expansion
Expand All @@ -40,4 +40,4 @@ extern void ota_bootloader_start(void);
}
#endif

#endif // _OTA_BOOTLOADER_
#endif // _OTA_BOOTLOADER_

0 comments on commit 29d9080

Please sign in to comment.