WebSocketSerialMonitor
WebSocketSerialMonitor copied to clipboard
ESP8266 based serial-to-websockets proxy for OTA debugging
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...