• Oh, I see.
    The installed (either native app or chrome store) versions of Espruino ide support telnet. But you have to install those.
    The online version doesn't. And reading the webrepl docs, it is only able to connect encrypted websocket. But afaik neither MicroPython nor Espruino supports wss.

  • I just installed the Micropython v1.11:
    esptool.py --chip esp32 --port COM3 --baud 460800 write_flash -z 0x1000 esp32-idf3-20191126-v1.11-603-gbc129f1b8­.bin

    and the Webrepl works smoothly.
    Since I am quite new micropython user on WiFi enabled board (I used wifi less boards in the past) th eidea of "client-less" terminal was nice to me.
    But agree that telnet/ftp approach is fine as long as it works on micropython;)

About

Avatar for AkosLukacs @AkosLukacs started