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

LeBellier/GeneralLibEsp8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.