Arduino library for ESP8266 to print debug messages on a telnet-like server.
Adds the ability to use a telnet-like server to print debug messages on when your Serial0 interface is occupied by something else or when you cannot physically reach your device.
- (C) 2015 Rudolf Reuter http://www.rudiswiki.de/wiki9 --> original work
- (C) 2016 JoaoLopesF https://github.com/JoaoLopesF --> RemoteDebug library
- (C) 2017 Bert Melis https://github.com/bertmelis --> stripped down version