QUERY · ISSUE
no input for repl with dupterm
On my esp32 and the esp8266 port REPL does not seem to ask for input except for slot 0.
webrepl shows output but does not take input. Same if I try to use a second serial port. Same for utelnetserver. Is this a dupterm problem?
Working with the newest micropython commit v1.12-447-gab4e19770-dirty
CANDIDATE · PULL REQUEST
esp32: Actually read from dupterm.
port-esp32
Summary
The esp32 port didn't read any dupterm input.
Testing
Running my MoaT-Micro stack on an ESP32-S3, this patch is required to actually feed data to the REPL.