Improve watchdog monitoring and CLI
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
idf_component_register(SRCS "main.c"
|
||||
idf_component_register(SRCS "ws2812_status.c" "watch_config.c" "usb_cdc_cli.c" "main.c"
|
||||
"dcdc_controller.c"
|
||||
"usb_cdc_log.c"
|
||||
"ws2812_status.c"
|
||||
|
||||
"ina226_monitor.c"
|
||||
"uart_mux.c"
|
||||
INCLUDE_DIRS ".")
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES nvs_flash driver esp_timer)
|
||||
|
||||
Reference in New Issue
Block a user