B4R Question ESP32 OTA updating from B4R

BertI

Member
Licensed User
Longtime User
Anyone have an example of incorporating OTA updating for an ESP32 board?

I'm after the part that does the update and returns any error codes rather than anything related to say setting up a wifi connection or presenting a suitable user interface. I can see there are Arduino C libraries which look to support HTTP and HTTPS updates from a server but difficult for me to work out how to incorporate these into B4R and pass the necessary parameters e.g forward server name and port number information and get any error codes back.
 
Top