I was able to fix my own issue. I simply formatted the board by using the esptool tool like so:
esptool.py erase_flash
I was then presented with a clean disk, was able to upload my sketch using the method described above, and have OTA + SPIFFS.
Search found 2 matches
- Fri Nov 06, 2020 3:52 am
- Forum: ESP32 Arduino
- Topic: OTA does not work on AI Thinker ESP32-CAM board
- Replies: 10
- Views: 21238
- Thu Nov 05, 2020 11:57 pm
- Forum: ESP32 Arduino
- Topic: OTA does not work on AI Thinker ESP32-CAM board
- Replies: 10
- Views: 21238
Re: OTA does not work on AI Thinker ESP32-CAM board
I am having an issue here as well. I have several of these boards and somehow got one of them to work using the suggestion above (ESP32 DevModule board with the recommended settings). Here is the strange thing: Other boards that I have previously used with the standard ESP32-CAM upload do not work w...