Search found 2 matches

by timk_
Wed Oct 31, 2018 11:27 am
Forum: ESP8266 boards
Topic: Setting uos.dupterm() on boot
Replies: 2
Views: 5261

Re: Setting uos.dupterm() on boot

Hi Robert, Thanks for your reply! I was using my own boot.py that did not have those default commands in it anymore. Just as a sanity check I wiped and reflashed the device and left the boot.py as-is, except for commenting out the two relevant lines, and running 'import webrepl_setup', which uncomme...
by timk_
Tue Oct 30, 2018 12:27 pm
Forum: ESP8266 boards
Topic: Setting uos.dupterm() on boot
Replies: 2
Views: 5261

Setting uos.dupterm() on boot

Hi, I am using MicroPython v1.9.4-272-g46091b8a (daily build) so I can make use of the two uos.dupterm() slots. I can see that by enabling WebREPL and doing nothing else, WebREPL is attached to slot 0 and UART 0 is attached to slot 1. While developing and testing I'd like to exclusively use WebREPL,...