error compiling example sketch streams-i2s-a2dp #729
-
Hello, Using arduino-audio-tools 04f44f5 (commit of 2023-03-29) Upon compiling in Arduino (1.8.19), I get this error: In file included from /.../Arduino/libraries/arduino-audio-tools-main/src/AudioI2S/I2SStream.h:11:0, The is with the Sparkfun ESP32 library v 1.0.1 and the Espressif ESP32 library v 2.0.7 Has anybody else encountered this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What is Sparkfun ESP32 library v 1.0.1 ? I tested in Arduino (1.8.19) with ESP32 library v 2.0.7 and did not have any issues The ESP_IDF_VERSION_VAL macro is part of #include "esp_idf_version.h" and can be used to check for the IDF version I suggest that you try to reinstall ESP32 v 2.0.7 |
Beta Was this translation helpful? Give feedback.
What is Sparkfun ESP32 library v 1.0.1 ?
Maybe it destroys some functionality of the generic ESP32 library
I tested in Arduino (1.8.19) with ESP32 library v 2.0.7 and did not have any issues
The ESP_IDF_VERSION_VAL macro is part of #include "esp_idf_version.h" and can be used to check for the IDF version
I suggest that you try to reinstall ESP32 v 2.0.7