2024A-SW/components/Reprogramming/CMakeLists.txt
Joe Kearney fd908a23d4 Ensure IR LEDs are off before reprogramming. (#7)
Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #7
2025-09-20 20:55:45 +00:00

15 lines
No EOL
246 B
CMake

idf_component_register(
SRCS
"Reprogramming.c"
INCLUDE_DIRS
"."
REQUIRES
"SystemK"
"driver"
"usb"
"usb_host_msc"
"esp_https_ota"
"app_update"
"NVM"
"IR"
)