ESP32-audioI2S icon indicating copy to clipboard operation
ESP32-audioI2S copied to clipboard

Not all supplied examples show in Arduino IDE (name mismatch)

Open TheVisionariesInk opened this issue 3 years ago • 0 comments

In Arduino only 4 of the examples show. Issue is related to folder names not being the same as the .ino file name, and one folder having two projects in it. When the folder names are brought in line with the source naming they all show under examples.

Currently examples only show: I2Saudio M5Core2 M5StackNode M5StickCPlus

To solve under the examples folder:

  1. Copy folder and contents of "Simple WiFi Radio" to "Simple_WiFi_Radio_IR"
  2. Rename the folders as follows:

rename "ESP32-A1S" "ESP32_A1S" rename "ESP32-ES8388" "ESP32_ES8388" rename "TTGO-TAudio" "ESP32_TTGO-TAudio" rename "I2Saudio" "I2Saudio" rename "M5Core2" "M5Core2" rename "M5StackNode" "M5StackNode" rename "M5StickCPlus" "M5StickCPlus" rename "SdFat" "SdFat_example" rename "OwnAudioTask" "separate_audiotask" rename "Simple WiFI Radio" "Simple_WiFi_Radio" rename "Talking_Clock" "TalkingClock"

  1. Launch Arduino IDE and they now appear in the examples correctly.

TheVisionariesInk avatar Aug 31 '22 00:08 TheVisionariesInk