We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76ebde commit 3a5a35aCopy full SHA for 3a5a35a
1 file changed
esp8266/scripts/flashbdev.py
@@ -3,8 +3,8 @@
3
class FlashBdev:
4
5
SEC_SIZE = 4096
6
- START_SEC = 0xa0000 // SEC_SIZE
7
- NUM_BLK = 64
+ START_SEC = 0x89000 // SEC_SIZE
+ NUM_BLK = 0x73
8
9
def __init__(self, blocks=NUM_BLK):
10
self.blocks = blocks
0 commit comments