bbnow test code

This commit is contained in:
2026-07-19 14:20:18 -05:00
parent 8fed43c086
commit 76f1c90afe
6 changed files with 149 additions and 5 deletions
+12 -1
View File
@@ -5,4 +5,15 @@ idf_component_register(
esp_driver_i2c
spi_flash
blk_box_lib
INCLUDE_DIRS "")
blk_box_common
esp_event
esp_netif
esp_wifi
nvs_flash
INCLUDE_DIRS ""
)
target_compile_options(${COMPONENT_LIB} PRIVATE
-Wno-error=missing-field-initializers
)