ESP32 Examples are missing in Arduino 2.2.1

After I installed Arduino IDE 2.2.1 with Arduino ESP Boards 2.0.13 and ESP32 (core) 2.0.14, I can't see examples of ESP32 like WiFi, WiFiscane or any other examples of ESP32. How to solve this problem?

Hi @thitinantan. It sounds like you are affected by this bug:

If so, you can perform this procedure as a workaround:

  1. Select any other board from the Tools > Board menu in Arduino IDE.
  2. Select the target board in Arduino IDE once again.

After doing that, the menus will be populated as expected.


The bug has already been fixed, but the fix was made after the time of the Arduino IDE 2.2.1 release. The fix will be available in the next release of Arduino IDE.

1 Like

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