Skip to content

A library for easy HTTP OTA updates with 3 sources (stable, beta, dev) and WIFI connection for the ESP8266 and ESP32

License

Notifications You must be signed in to change notification settings

timfischbach/R-LibESP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-LibESP

A library for easy HTTP OTA updates with 3 sources (stable, beta, dev) and WIFI connection, used on Espressif devices (ESP8266, ESP32) by Tim Fischbach. FEATURES:

  • User based Wifi config
  • Sys intern Wifi config
  • Update Functions over 3 ways! (Stable, Beta or Dev)
  • Data Transmission to Update-server for device status.
  • Detecting unwanted Update loops
  • HTTP and HTTPS Update possibilities
  • Overwrite function for expired SSL root certificate

IMPORTANT: WHEN USING THIS LIBRARY, MAKE SURE NOT TO USE EEPROM BYTES 4084 - 4095. THOSE ARE RESERVED FOR THIS LIBRARY. OVERWRITING THOSE WITH DATA CAN CAUSE YOUR PROGRAM TO BRICK!

CHECK THE WIKI FOR MORE INFOS.

CURRENTLY ONLY WORKING WITH PLATFORMIO. Arduino IDE Release halted...

About

A library for easy HTTP OTA updates with 3 sources (stable, beta, dev) and WIFI connection for the ESP8266 and ESP32

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published