WebSocketSerialMonitor icon indicating copy to clipboard operation
WebSocketSerialMonitor copied to clipboard

ESP8266 based serial-to-websockets proxy for OTA debugging

Results 3 WebSocketSerialMonitor issues
Sort by recently updated
recently updated
newest added

Dear @tzapu first of all I would like to thank you for this nice sketch/app I use it using an ESP8266 (WeMos D1 mini). I need an extension to your...

After goto esp8266IP:81 on chrome browser, monitor on arduino ide show: [1] Disconnected! [0] Disconnected! and then enter input string, browser can not receive the data.

@tzapu added the libraries etc and when I try to compile the sketch I get: WebSockets.h:164:9: error: 'WiFiClientSecure' does not name a type WiFiClientSecure \* ssl; The section in Websockets.h...