micropython/esp8266/scripts
Paul Sokolovsky c1d1c562f3 esp8266/scripts/webrepl: Add "first connection" mode to setup password.
If there's no port_config.py file, or it lacks WEBREPL_PASS variable,
"initial setup mode" will be entered on first WebREPLconnection. User
will be asked for password, which will be written to
port_config.WEBREPL_PASS, and system restarted to work in normal mode
with password active.
2016-04-30 20:41:09 +03:00
..
_boot.py esp8266/scripts/_boot: builtins is no longer used. 2016-04-29 20:04:17 +03:00
flashbdev.py esp8266/scripts/flashbdev: Use all available Flash for filesystem. 2016-04-26 01:36:32 +03:00
inisetup.py esp8266/scripts/inisetup: Create default boot.py in filesystem. 2016-04-29 20:11:48 +03:00
neopixel.py esp8266/scripts/neopixel.py: Remove test function from neopixel driver. 2016-04-28 13:37:17 +01:00
onewire.py esp8266/scripts/onewire.py: Simplify and improve 1-wire driver. 2016-04-28 13:33:55 +01:00
port_diag.py esp8266/scripts/port_diag.py: Module to collect diagnostic info. 2016-04-14 18:54:11 +03:00
webrepl_setup.py esp8266/scripts/webrepl: Add "first connection" mode to setup password. 2016-04-30 20:41:09 +03:00
webrepl.py esp8266/scripts/webrepl: Add "first connection" mode to setup password. 2016-04-30 20:41:09 +03:00
websocket_helper.py esp8266/scripts/websocket_helper: Disable debug output. 2016-04-22 18:19:54 +03:00