Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit 3c9510d

Browse files
committed
esp8266/modules/flashbdev: Start filesystem at 0x90000.
To accommodate growing firmware.
1 parent 3372f69 commit 3c9510d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp8266/modules/flashbdev.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
class FlashBdev:
44

55
SEC_SIZE = 4096
6-
START_SEC = 0x89000 // SEC_SIZE
7-
NUM_BLK = 0x72
6+
START_SEC = 0x90000 // SEC_SIZE
7+
NUM_BLK = 0x6b
88

99
def __init__(self, blocks=NUM_BLK):
1010
self.blocks = blocks

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy