We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d9b5a commit 0ba5d3eCopy full SHA for 0ba5d3e
src/AudioConfig.h
@@ -46,7 +46,6 @@ typedef WiFiClient WiFiClientSecure;
46
// E.g when using the Espressif IDF. Use cmake for the necesseary defines
47
#elif defined(ESP32_CMAKE)
48
# define ESP32
49
-# include "AudioTools/CoreAudio/AudioRuntime.h"
50
# include "AudioTools/AudioLibs/Desktop/NoArduino.h"
51
#else
52
src/AudioTools/CoreAudio/AudioRuntime.h
@@ -3,7 +3,7 @@
3
#include "AudioConfig.h"
4
5
6
-#if defined(ESP32_CMAKE)
+#if defined(ESP32_CMAKE) && !defined(ARDUINO)
7
#include "freertos/FreeRTOS.h"
8
#include "freertos/task.h"
9
// delay and millis is needed by this framework
0 commit comments