ESP8266-OTA-Template is a simple ESP8266 template with MDNS telnet and OTA updates. Edited from Andreas's esp32 code
Download and open the TEMPLATE.INO file with Arduino app.
- Make sure to install ESP8266mDNS TelnetStream
- Fill the WIFI_SSID and WIFI_PASSWORD with your wifi information
- replace HOST_NAME with your project name so you can find the esp8266 by using projectName.local
connect your esp8266 to upload template then go to tools > port the ESP should be visible with the projectName.
To connect to the telnet output use a telnet client such as Putty with the ip:23 or projectName.local:23.
debug using
TelnetStream.println("test");