Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 999 Bytes

readme.md

File metadata and controls

37 lines (24 loc) · 999 Bytes

Projet LibESP8266

This project is used to capitalize code through my different projects on ESP8266.

Main example

Here you can found one example where this lib is used: https://github.com/LeBellier/LEDTable

Main characteristic

  • Manager debug
  • Enable FTP, Telnet, OTA, HTTP, DNS serveur
  • Enable SPIFFS
  • Easy wifi connection to wifi networks

Installation

Unzip the projet in your ~/Documents/Arduino/libraries folder.

Telnet Server

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

Under license by :

And built-in libs:

ArduinoOTA FS

Written with StackEdit.