connect via wifi and enable esp insights

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-09-11 22:39:00 +02:00
parent 1dd1a30ea8
commit 57047044d6
9 changed files with 171 additions and 24 deletions

View File

@@ -4,6 +4,7 @@ idf_component_register(SRCS
button_handling.c
i2c_checker.c
hal/u8g2_esp32_hal.c
wifi_handler.c
INCLUDE_DIRS "."
PRIV_REQUIRES
insa
@@ -15,5 +16,7 @@ idf_component_register(SRCS
driver
esp_timer
esp_event
esp_wifi
app_update
rmaker_common
)