ESP32-audioI2S
ESP32-audioI2S copied to clipboard
Not all supplied examples show in Arduino IDE (name mismatch)
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:
- Copy folder and contents of "Simple WiFi Radio" to "Simple_WiFi_Radio_IR"
- 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"
- Launch Arduino IDE and they now appear in the examples correctly.