Search found 1 match

by jchastine
Sun Jul 12, 2020 10:48 pm
Forum: ESP32 Arduino
Topic: OTA and Update.h
Replies: 4
Views: 41170

OTA and Update.h

Good morning/evening! I'm trying to use the Update class for OTA but am having difficulty. What I'd like to do is read the file size from a server (via sockets), read a .bin file in chunks of 4K from the network and write those chunks to the updater, then end the update process. The basic code struc...