Can't compile output example #61
-
I have an AI Thinker Audio Kit (listed on Amazon as JESSINIE ESP32 Aduio Kit ESP32 WiFi Bluetooth Module ESP32-A1S Module Audio Development Board BLE Low Power Dual-core 64Mb Serial Adapter Port to WiFi Board). As per the FAQ, I selected the ESP32 Dev Module as the board. Using Arduino 2.0.3. I'm getting the following compiler errors when trying examples -> audio kit -> output: In file included from C:\Users\gregg\AppData\Local\Temp.arduinoIDE-unsaved2023011-14748-15955me.jjnwk\output\output.ino:10: I can see the i2s_pin_config_t struct is defined in arduino-audiokit-main\src\audio_hal\audio_gpio.h, but as the error says, it does not define the mck_io_num. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
As you can see these are just warnings. Just make sure that you don't treat warnings as errors! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply, but that last one is an error and not a warning. The last couple of lines that I should have included: exit status 1 Compilation error: exit status 1 |
Beta Was this translation helpful? Give feedback.
-
Make sure that you use an actual Arduino ESP32 version: The latest version is 2.0.6! |
Beta Was this translation helpful? Give feedback.
Make sure that you use an actual Arduino ESP32 version: The latest version is 2.0.6!