We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e05df7 commit 5f7ce2aCopy full SHA for 5f7ce2a
1 file changed
esp8266/modules/flashbdev.py
@@ -3,7 +3,7 @@
3
class FlashBdev:
4
5
SEC_SIZE = 4096
6
- RESERVED_SECS = 0
+ RESERVED_SECS = 1
7
START_SEC = esp.flash_user_start() // SEC_SIZE + RESERVED_SECS
8
NUM_BLK = 0x6b - RESERVED_SECS
9
0 commit comments