Skip to content

mburger82/ota_esphttpclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ota_esphttpclient

This is a ota implementation for esp-idf's esp_http_client library.


As the original ota-example from espressive is not really usable as it is, I took it as a challange to impelemnt the new esp_http_client library.

This Library was tested with a ESP32_Core_Board_V2

There are plenty of unnescessary ESP_LOG* still in the sources. Feel free to remove them.

Instructions:

#include "otahandler.h"

initialise_wifi();
xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT,false, true,portMAX_DELAY);
startOTA("http://yourserver.redirectme.net", 8000, "ota.bin", OTAMODE_HOT);

About

ESP32 ota implementation using esp_http_client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published