Skip to content

ciberbob1987/EnhancedHTTPUpdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnhancedHTTPUpdate

This is a fork of ESP32 core HTTPUpdate library. The original library do not allow OTA on FAT partitions, while the base Update.h does. This library implement a modification to HTTPUpdate::handleUpdate in order to allow OTA on FAT partitions.

NOTE: The binary file downloaded from server MUST ALREADY HAVE 4096 bytes set to 0 before the actual filesystem binary, otherwise the file system will fail to mount!

Original HTTPUpdate library by Markus Sattler.

About

Http Update for ESP32 with support for FAT FS OTA, derived from ESP32 core library HTTPUpdate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages