Update ESP-IDF to v5.3.1 (#59)

This commit is contained in:
Ken Van Hoeylandt
2024-09-23 22:32:41 +02:00
committed by GitHub
parent a67ae35aae
commit 5f8149c198
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if (DEFINED ENV{ESP_IDF_VERSION})
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "src/"
REQUIRES esp_wifi nvs_flash spiffs driver newlib
REQUIRES esp_wifi nvs_flash spiffs
)
set(ASSETS_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../data/assets")