Arduino IDE 1.8.15
Expressif Systems ESP 1.0.6
Sparkfun Thing Plus - ESP32 WROOM V2.0 (WRL-15663)
Would it be possible to get more options for the partition schemes when selecting the “Sparkfun ESP32 Thing Plus” board in the Arduino IDE?
For my application I need all program space with no OTA or SPIFFS, but I’m sure others would also benefit from having a wider array of options for this board.
Please let me know if this is possible or if someone has a good workaround for this.
Thanks!
I don’t believe so, but would welcome being wrong if someone comes to correct me.
You might be able to use the Espressif SDK https://www.espressif.com/en/products/s … /resources; otherwise you can file a request for change at their github here https://github.com/espressif/arduino-es … structions
Best of luck!
Doesn’t sparkfun have a fork of the expressif arduino-esp32?? https://github.com/sparkfun/arduino-esp32
We do; I think I may have misunderstood the initial query. Our options might look something like:
-
Make a code change request on our fork https://github.com/sparkfun/arduino-esp32
-
See if there is a workaround using the regular ESP32 SDK https://www.espressif.com/en/products/s … /resources (check forums, etc)
-
Create one!
Let me know if this made sense; have a great day!