File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,15 @@ set(CORE_SRCS
45
45
46
46
set (LIBRARY_SRCS
47
47
libraries/ArduinoOTA/src/ArduinoOTA.cpp
48
+ libraries/ArduinoSound/src/AmplitudeAnalyzer.cpp
49
+ libraries/ArduinoSound/src/AudioAnalyzer.cpp
50
+ libraries/ArduinoSound/src/AudioIn.cpp
51
+ libraries/ArduinoSound/src/AudioInI2S.cpp
52
+ libraries/ArduinoSound/src/AudioOut.cpp
53
+ libraries/ArduinoSound/src/AudioOutI2S.cpp
54
+ libraries/ArduinoSound/src/es8388.cpp
55
+ libraries/ArduinoSound/src/FFTAnalyzer.cpp
56
+ libraries/ArduinoSound/src/SDWaveFile.cpp
48
57
libraries/AsyncUDP/src/AsyncUDP.cpp
49
58
libraries/BluetoothSerial/src/BluetoothSerial.cpp
50
59
libraries/BluetoothSerial/src/BTAddress.cpp
@@ -128,11 +137,11 @@ set(BLE_SRCS
128
137
libraries/BLE/src/GeneralUtils.cpp
129
138
)
130
139
131
-
132
140
set (includedirs
133
141
variants/${IDF_TARGET}/
134
142
cores/esp32/
135
143
libraries/ArduinoOTA/src
144
+ libraries/ArduinoSound/src/
136
145
libraries/AsyncUDP/src
137
146
libraries/BLE/src
138
147
libraries/BluetoothSerial/src
@@ -201,6 +210,8 @@ function(maybe_add_component component_name)
201
210
endif ()
202
211
endfunction ()
203
212
213
+ maybe_add_component (esp-dsp )
214
+
204
215
if (IDF_TARGET MATCHES "esp32" AND CONFIG_ESP_RMAKER_TASK_STACK )
205
216
maybe_add_component (esp_rainmaker )
206
217
maybe_add_component (qrcode )
You can’t perform that action at this time.
0 commit comments