This project is used to capitalize code through my different projects on ESP8266.
Here you can found one example where this lib is used: https://github.com/LeBellier/LEDTable
- Manager debug
- Enable FTP, Telnet, OTA, HTTP, DNS serveur
- Enable SPIFFS
- Easy wifi connection to wifi networks
Unzip the projet in your ~/Documents/Arduino/libraries
folder.
To enable the telnet client through command line on windows, you have to run the below command in command prompt with administrator permissions.
dism /online /Enable-Feature /FeatureName:TelnetClient
- https://github.com/nailbuster/esp8266FTPServer
- https://github.com/rstephan/ArtnetWifi
- https://github.com/adafruit/Adafruit_NeoPixel
- https://github.com/tzapu/WiFiManager
ArduinoOTA FS
Written with StackEdit.