mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-03-09 05:20:21 +00:00
feat(logger): add logging macros for consistent logging across components
This commit is contained in:
parent
9a11453fbc
commit
a2d51540b7
7 changed files with 77 additions and 33 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue