changing the connection to mirror the browser client connection in the embedded web page worked
const ws = new WebSocket('ws://192.168.1.203:8000', 'protocolOne');
i didn't see that 'protocolOne' parameter documented anywhere. it works, so i'll move on for now.
@J{a}SON 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.
changing the connection to mirror the browser client connection in the embedded web page worked
i didn't see that 'protocolOne' parameter documented anywhere. it works, so i'll move on for now.