I hadn't heard about esp-link - that's really cool!
So you can connect to the pico over the net fine with a terminal application, you just need to do it with the Web IDE? Using that option in the communications section should work fine. Maybe you could test it by running: nc -l 1234 to listen for a connection, and then try and connect to YOUR_IP:1234 in the Web IDE and see if that works?
I did try this here and it seems to work - it wasn't just something like a typo in the IP address?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I hadn't heard about esp-link - that's really cool!
So you can connect to the pico over the net fine with a terminal application, you just need to do it with the Web IDE? Using that option in the communications section should work fine. Maybe you could test it by running:
nc -l 1234
to listen for a connection, and then try and connect toYOUR_IP:1234
in the Web IDE and see if that works?I did try this here and it seems to work - it wasn't just something like a typo in the IP address?