Skip to content
Snippets Groups Projects
Commit 3a5a35aa authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266/scripts/flashbdev: Use all available space in 1MB FlashROM for FS.

parent d76ebde8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment