diff options
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/scripts/flashbdev.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/esp8266/scripts/flashbdev.py b/esp8266/scripts/flashbdev.py index 1d120b920d..09223d8e7e 100644 --- a/esp8266/scripts/flashbdev.py +++ b/esp8266/scripts/flashbdev.py @@ -3,8 +3,8 @@ import esp class FlashBdev: SEC_SIZE = 4096 - START_SEC = 0xa0000 // SEC_SIZE - NUM_BLK = 64 + START_SEC = 0x89000 // SEC_SIZE + NUM_BLK = 0x73 def __init__(self, blocks=NUM_BLK): self.blocks = blocks |