Skip to content

Commit 2320cf4

Browse files
committed
Fix mbedtls dependency and XM format warning
1 parent a0decf5 commit 2320cf4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

overlay/main/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ idf_component_register(
1717
nvs_flash
1818
esp_timer
1919
app_update
20+
mbedtls
2021
esp_partition
2122
esp_system
2223
heap
@@ -29,3 +30,4 @@ idf_component_register(
2930
hal
3031
esp_rom
3132
)
33+
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-error=format-truncation)

0 commit comments

Comments
 (0)