Arduino IDE w/ ESP32 missing entries in the Tools menu

I am using an AI Thinker ESP32-CAM board. Here is my tools menu.

esp32aithinker

As I watch several YouTube videos on the ESP32, I see tools menus like this one:

containing many more cool menu items -> Partition Scheme, Core Debug Level being too fantastically interesting entries.

Why are these missing from the ESP32-CAM AI Thinker? Is there a way I can get them in the menu?

Thank you very much.

Have you installed the ESP32 Board Package?

Hi @bitknitting. These custom board options menus have only been set up for specific boards of the ESP32 platform. The person in the video must have had a different board selected.

Try selecting Tools > Board > ESP32 Arduino > ESP32 Dev Module from the Arduino IDE menus.

Other than some boards having different flash sized than others, and some of the newer ones using a different microcontroller (ESP32-S2, ESP32-C3), I think the main reason there are different menus from one board to another is simply the matter of maintenance. The ESP32 platform authors have been very open to accepting submissions of additional boards configurations to their project, which has resulted in a huge number of boards. They probably don't have the time or motivation to add menus to all of them, especially if the creator of the board didn't even bother to do it.

Thank you very much for the detailed information. It makes sense!

You are welcome. I'm glad if I was able to be of assistance.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.