File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ set(LIBRARY_SRCS
9696 libraries/SD/src/sd_diskio.cpp
9797 libraries/SD/src/sd_diskio_crc.c
9898 libraries/SimpleBLE/src/SimpleBLE.cpp
99- libraries/SPIFFS/src/SPIFFS.cpp
10099 libraries/SPI/src/SPI.cpp
101100 libraries/Ticker/src/Ticker.cpp
102101 libraries/Update/src/Updater.cpp
@@ -183,7 +182,6 @@ set(includedirs
183182 libraries/SD_MMC/src
184183 libraries/SD/src
185184 libraries/SimpleBLE/src
186- libraries/SPIFFS/src
187185 libraries/SPI/src
188186 libraries/Ticker/src
189187 libraries/Update/src
@@ -198,7 +196,7 @@ set(includedirs
198196set (srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS} )
199197set (priv_includes cores/esp32/libb64)
200198set (requires spi_flash mbedtls mdns esp_adc_cal wifi_provisioning nghttp wpa_supplicant)
201- set (priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt esp_ipc esp_hid)
199+ set (priv_requires fatfs nvs_flash app_update bootloader_support openssl bt esp_ipc esp_hid)
202200
203201idf_component_register(INCLUDE_DIRS ${includedirs} PRIV_INCLUDE_DIRS ${priv_includes} SRCS ${srcs} REQUIRES ${requires} PRIV_REQUIRES ${priv_requires} )
204202
You can’t perform that action at this time.
0 commit comments