File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,6 @@ set(LIBRARY_SRCS
88
88
libraries/LittleFS/src/LittleFS.cpp
89
89
libraries/NetBIOS/src/NetBIOS.cpp
90
90
libraries/Preferences/src/Preferences.cpp
91
- libraries/RainMaker/src/RMaker.cpp
92
- libraries/RainMaker/src/RMakerNode.cpp
93
- libraries/RainMaker/src/RMakerParam.cpp
94
- libraries/RainMaker/src/RMakerDevice.cpp
95
- libraries/RainMaker/src/RMakerType.cpp
96
91
libraries/SD_MMC/src/SD_MMC.cpp
97
92
libraries/SD/src/SD.cpp
98
93
libraries/SD/src/sd_diskio.cpp
@@ -180,7 +175,6 @@ set(includedirs
180
175
libraries/LittleFS/src
181
176
libraries/NetBIOS/src
182
177
libraries/Preferences/src
183
- libraries/RainMaker/src
184
178
libraries/SD_MMC/src
185
179
libraries/SD/src
186
180
libraries/SimpleBLE/src
@@ -233,10 +227,6 @@ function(maybe_add_component component_name)
233
227
endif ()
234
228
endfunction ()
235
229
236
- if (IDF_TARGET MATCHES "esp32" AND CONFIG_ESP_RMAKER_TASK_STACK)
237
- maybe_add_component(esp_rainmaker)
238
- maybe_add_component(qrcode)
239
- endif ()
240
230
if (IDF_TARGET MATCHES "esp32s2|esp32s3" AND CONFIG_TINYUSB_ENABLED)
241
231
maybe_add_component(arduino_tinyusb)
242
232
endif ()
You can’t perform that action at this time.
0 commit comments