Nope - however the implementation of it is here - looks like it's actually designed to work with Chrome.
To get it working, create your own local copy of the Web IDE, then change serial_chrome in main.html to serial_socket: https://github.com/espruino/EspruinoWebIDE/blob/master/main.html#L75
serial_chrome
main.html
serial_socket
I have a branch where both can coexist, but I haven't merged it yet.
@Gordon started
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.
Nope - however the implementation of it is here - looks like it's actually designed to work with Chrome.
To get it working, create your own local copy of the Web IDE, then change
serial_chrome
inmain.html
toserial_socket
: https://github.com/espruino/EspruinoWebIDE/blob/master/main.html#L75I have a branch where both can coexist, but I haven't merged it yet.