test: temp test

This commit is contained in:
2026-03-13 12:18:18 +01:00
parent e678ccb8b3
commit 05ff87d0b8
5 changed files with 477 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES esp_driver_gpio esp_driver_uart esp_driver_spi
esp_http_server esp_eth esp_netif lwip spi_flash nvs_flash log
esp_https_ota esp_http_client app_update)
esp_https_ota esp_http_client app_update mbedtls)
# Embed HTML file
target_add_binary_data(${COMPONENT_TARGET} "html/index.html" TEXT)