Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
3c9510d7
Commit
3c9510d7
authored
Aug 09, 2016
by
Paul Sokolovsky
Browse files
esp8266/modules/flashbdev: Start filesystem at 0x90000.
To accommodate growing firmware.
parent
3372f695
Changes
1
Hide whitespace changes
Inline
Side-by-side
esp8266/modules/flashbdev.py
View file @
3c9510d7
...
...
@@ -3,8 +3,8 @@ import esp
class
FlashBdev
:
SEC_SIZE
=
4096
START_SEC
=
0x
8
9000
//
SEC_SIZE
NUM_BLK
=
0x
72
START_SEC
=
0x9
0
000
//
SEC_SIZE
NUM_BLK
=
0x
6b
def
__init__
(
self
,
blocks
=
NUM_BLK
):
self
.
blocks
=
blocks
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment