RemoteDebugger
RemoteDebugger copied to clipboard
setup issue
I am running on an ESP8266 with ESP8266WiFi.h and ArduinoOTA.h. I am trying to use your remote debug library to replace the serial.println.
I have setup RemoteDebug.h as you have instructed here https://github.com/JoaoLopesF/RemoteDebug in the Usage segment but I have a connection error when I try to open a telnet terminal (I am using Kitty on windows).
Do I need to install the ESP8266WebServer.h library as well and if yes what minimum setup I need to add just to print basic debug messages?