There was an error while loading. Please reload this page.
1 parent 3372f69 commit 3c9510dCopy full SHA for 3c9510d
esp8266/modules/flashbdev.py
@@ -3,8 +3,8 @@
3
class FlashBdev:
4
5
SEC_SIZE = 4096
6
- START_SEC = 0x89000 // SEC_SIZE
7
- NUM_BLK = 0x72
+ START_SEC = 0x90000 // SEC_SIZE
+ NUM_BLK = 0x6b
8
9
def __init__(self, blocks=NUM_BLK):
10
self.blocks = blocks
0 commit comments