initial commit

This commit is contained in:
Mikkeli Matlock
2026-02-15 02:48:59 +09:00
commit 19db125619
258 changed files with 345581 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
idf_component_register(
SRCS "esp_wifi_bsp.c"
PRIV_REQUIRES
esp_event
nvs_flash
REQUIRES
esp_wifi
INCLUDE_DIRS "./")