Add basic wifi support

This commit is contained in:
2025-05-25 00:49:53 -04:00
parent 236b87f6b5
commit 9d07aac671
25 changed files with 813 additions and 1959 deletions

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "main.cpp"
PRIV_REQUIRES spi_flash
PRIV_REQUIRES spi_flash nvs_flash esp_event rpc
INCLUDE_DIRS "")