You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
esp8266/scripts/flashbdev: Use all available space in 1MB FlashROM for FS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user