Add PoC PWN duty cycle adjustment command for FaceFocus

This commit is contained in:
Lorow
2025-08-19 00:03:31 +02:00
parent 9a1f55d012
commit 21e8dbe264
13 changed files with 227 additions and 99 deletions

View File

@@ -1,4 +1,4 @@
idf_component_register(SRCS "LEDManager/LEDManager.cpp"
INCLUDE_DIRS "LEDManager"
REQUIRES StateManager driver esp_driver_ledc Helpers
REQUIRES StateManager driver esp_driver_ledc Helpers ProjectConfig
)