alanesq / esp32cam-demo

esp32cam module demo / shows how you can easily use the esp32cam including reading raw rgb data, streaming, displaying the image etc.(ArduinoIDE or PlatformIO)
GNU General Public License v3.0
106 stars 18 forks source link

Which file to upload for OTA? #10

Open tsbertalan opened 5 months ago

tsbertalan commented 5 months ago

Using

in v2.3.2 of the Arduino IDE, I created all these files in build/esp32.esp32.esp32cam/:

I have #define ENABLE_OTA 1 in my wifiSettings.h, and a const String OTAPassword; login works. Which, if any, of the above files do I upload on the Update firmware page?

Glenn-Mendonca commented 5 months ago

esp32cam-demo.ino.bin should do the trick. Bootloader and Partition bin are flashed while programming the board however the Update library places the code in a ota partition and upon verification boots into it on restart