feat(logger): add logging macros for consistent logging across components

This commit is contained in:
HendrikRauh 2026-03-07 21:02:31 +01:00
parent 9a11453fbc
commit a2d51540b7
7 changed files with 77 additions and 33 deletions

View file

@ -3,5 +3,5 @@ idf_component_register(
"src/wifi.c"
INCLUDE_DIRS "include"
REQUIRES esp_http_server storage
PRIV_REQUIRES freertos esp_wifi esp_event esp_netif nvs_flash
PRIV_REQUIRES freertos esp_wifi esp_event esp_netif nvs_flash logger
)