Hermann-SW/webrepl

webrepl_client.py hangs on soft-reset for Wemos D1 (ESP8266) MicroPython

Closed this issue · 1 comments

$ webrepl_client.py -p abcd 192.168.4.1
Password: 
WebREPL connected
>>> 
>>> 
MicroPython v1.9.4-8-ga9a3caad0 on 2018-05-11; ESP module with ESP8266
Type "help()" for more information.
>>> D

PYB: soft reboot


Same ESP8266 1.9.4 MicroPython image on ESP-01s module does not have this problem:

$ webrepl_client.py -p abcd 192.168.4.1
Password: 
WebREPL connected
>>> 
>>> 
MicroPython v1.9.4-272-g46091b8a on 2018-07-18; ESP module with ESP8266
Type "help()" for more information.
>>> D

### closed ###
$ 

Oops, images were not the same, after installing same 1.9.4 7/18/2018 image on Wemos D1 issue is gone:

$ webrepl_client.py -p abcd 192.168.4.1
Password: 
WebREPL connected
>>> 
>>> 
MicroPython v1.9.4-272-g46091b8a on 2018-07-18; ESP module with ESP8266
Type "help()" for more information.
>>> D

### closed ###
$