Search found 2 matches

by tfhulbert
Thu Aug 06, 2020 11:52 am
Forum: ESP-IDF
Topic: OTA Update from S3 bucket failing
Replies: 0
Views: 1851

OTA Update from S3 bucket failing

Hi! I am having difficulty getting OTA updates working on an ESP32-S1 with an S3 bucket. I have had this working in previous versions of the IDF but since updating recently have had no such luck. I have tried both HTTP and HTTPS (with a generated certificate) both to no avail and have stepped back t...
by tfhulbert
Fri Feb 01, 2019 4:17 am
Forum: ESP-IDF
Topic: Downloading chunk to SD Card
Replies: 0
Views: 2027

Downloading chunk to SD Card

Hi Everyone, I am currently working with the esp_http_client_example program and am having a little bit of trouble accessing chunk data once it has been downloaded. It seems a little difficult but from the looks of it, I have to pull it from the struct? (which isn't publicly exposed?) Just wanted to...