micropython/esp8266/scripts
Damien George 7d2c685544 esp8266/scripts/_boot: Mount block device on "" instead of "/".
"" is the correct name of the root directory when mounting a device there
(as opposed to "/").  One can now do os.listdir('/') and open('/abc'), as
well as os.listdir() and open('abc').
2016-04-14 22:56:21 +01:00
..
_boot.py esp8266/scripts/_boot: Mount block device on "" instead of "/". 2016-04-14 22:56:21 +01:00
flashbdev.py esp8266: Add Python modules for initial configuration. 2016-04-12 00:37:04 +03:00
inisetup.py esp8266/scripts/inisetup.py: Use "-" in AP ESSID instead of space. 2016-04-12 00:47:21 +03:00
port_diag.py esp8266/scripts/port_diag.py: Module to collect diagnostic info. 2016-04-14 18:54:11 +03:00