| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-02 | esp8266: Switch webrepl_setup to use frozen bytecode. | Paul Sokolovsky | |
| 2016-05-17 | esp8266/scripts/webrepl_setup: Add max password length check. | Paul Sokolovsky | |
| modwebrepl truncates password to 9 chars, and that led people to confusion. | |||
| 2016-05-17 | esp8266/scripts/webrepl_setup: Show password placeholder char. | Paul Sokolovsky | |
| That was the intent for the initial user setup, but didn't work before due to lwIP issues. Enable now that they're fixed. | |||
| 2016-05-02 | esp8266/scripts/webrepl_setup: Reject too short passwords. | Paul Sokolovsky | |
| 2016-04-30 | esp8266/scripts/webrepl: Add "first connection" mode to setup password. | Paul Sokolovsky | |
| 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. | |||
