Scott

Results 13 comments of Scott

> > I was wondering if anyone has reported this upstream, as in to the ArduinoOTA project? > > I have not. However, NightDriver uses this implementation: https://github.com/seanhagen/framework-arduinoespressif32 Which seems...

I'm experimenting to see if this is fixed in the latest arduino-esp32 framework release 2.0.1. https://github.com/BeldrothTheGold/NightDriverStrip/tree/upstream-arduino

Updating to the latest arduino-esp32 framework release doesn't seem to resolve the OTA/WiFi crashing issue with BROOKLYNROOM. It seems related to high RAM usage. Once the available RAM gets below...

Found this on the espressif website: "OTA requires configuring the Partition Table of the device with at least two “OTA app slot” partitions (i.e. ota_0 and ota_1) and an “OTA...

Oh, it looks like it might not be necessary to have a factory app. This might work? I don't have a M5Stick to test it. ``` # ESP-IDF Partition Table...

Well I don't have an M5Stick to test the spectrum project, but I was able to compile the DEMO for the heltec board and upload another image via OTA using...

Sorry, I thought the reason that PR was merged was because it had been tested and it was working.

I have ordered an M5Stick, so I should be able to test things further before contributing in the future.

I can submit a PR to revert the changes, if that works?

This seems to be resolved. I am no longer seeing crashes during OTA upload of the spectrum project.