circuitpython/esp8266/modules
Damien George e343bea6e7 esp8266/modules/flashbdev: Change RESERVED_SECS to 0.
This effectively reverts the change that introduced this new constant.
The reason is so that users do not need to rebuild the filesystem on
their modules when upgrading the firmware.

Users can change RESERVED_SECS by hand if they need the feature, and in
future firmware it may default to a non-zero value.
2017-01-06 18:30:55 +11:00
..
_boot.py esp8266/_boot.py: Decrease GC alloc threshold to quarter of heap size. 2016-07-23 13:56:24 +03:00
ds18x20.py drivers: Add "from micropython import const" when const is used. 2016-11-03 12:41:11 +11:00
flashbdev.py esp8266/modules/flashbdev: Change RESERVED_SECS to 0. 2017-01-06 18:30:55 +11:00
onewire.py drivers: Add "from micropython import const" when const is used. 2016-11-03 12:41:11 +11:00
upip.py esp8266: Include upip as a standard frozen bytecode module. 2016-11-08 01:34:35 +03:00
upip_utarfile.py esp8266: Include upip as a standard frozen bytecode module. 2016-11-08 01:34:35 +03:00
webrepl.py esp8266: Rework webrepl_setup to run over wired REPL. 2016-11-06 10:01:48 +03:00
webrepl_setup.py esp8266: Rework webrepl_setup to run over wired REPL. 2016-11-06 10:01:48 +03:00
websocket_helper.py esp8266: Move websocket_helper.py from scripts to modules for frozen BC. 2016-12-05 13:01:08 +11:00