mpremote over telnet on ESP32
Posted: Tue Aug 31, 2021 2:00 pm
I'm evaluating the new mpremote tool, which works really well over serial. The mount command is especially powerful. I'd like to use mpremote's (via pyboard's) in-built telnet-based connection. This requires a telnet server running (MPv1.15), which I still don't think is built-in.
I have utelnetserver installed and working fine from telnet (no user or passwd). But trying to use this telnet server with mpremote fails:
Does anyone have mpremote over telnet working on ESP32? If so I'd love to hear how you managed it.
I have utelnetserver installed and working fine from telnet (no user or passwd). But trying to use this telnet server with mpremote fails:
Code: Select all
% telnet feedthedog.local
Trying 192.168.0.43...
Connected to feedthedog.local.
Escape character is '^]'.
>>>
% mpremote connect 192.168.0.43 repl
Failed to establish a telnet connection with the board