RomeHein / ESPecial

ESP32 automation with web interface and telegram bot
GNU General Public License v3.0
111 stars 17 forks source link

Not All ESP32 Boards Support Partition Scheme #18

Closed RebbePod closed 2 years ago

RebbePod commented 3 years ago

I have a ESP32 DOIT dev kit V1. It doesn't have a Partition Scheme option.

RomeHein commented 2 years ago

Hey! Sorry for the late answer! I have the same esp32 board, the partition schema is an option you'll find in your Arduino IDE. Have a look to the first section of this page: https://robotzero.one/arduino-ide-partitions/ Let me know if that does not answer your question.

RebbePod commented 2 years ago

Thank you for reaching out better later then never:)

The partition scheme option wasn't showing up, what I did was selected a different board and flashed it. This is all in the Arduino IDE

RomeHein commented 2 years ago

Ah yeah that's right. I don't know how it works, but I guess there is a conf files somewhere in arduino that describes what partition schemes are available for our boards. I would say for that one it's missing the minimal SPIFF partition 🤷🏻‍♂️ Maybe check if your board manager is up to date.