mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-09 09:53:51 +02:00
- Changed configuration macros from CONFIG_GENERAL_DEFAULT_WIRED_MODE to CONFIG_GENERAL_INCLUDE_UVC_MODE across multiple files. - Introduced new command for retrieving LED current in CommandManager. - Added MonitoringManager and CurrentMonitor classes to handle LED current monitoring. - Updated Kconfig to include options for LED current monitoring. - Modified main application logic to integrate MonitoringManager and handle new device modes. - Adjusted CMakeLists and source files to include new monitoring components.
7 lines
164 B
CMake
7 lines
164 B
CMake
idf_component_register(SRCS
|
|
"Monitoring/CurrentMonitor.cpp"
|
|
"Monitoring/MonitoringManager.cpp"
|
|
INCLUDE_DIRS "Monitoring"
|
|
REQUIRES driver esp_adc Helpers
|
|
)
|