mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-05-05 21:36:05 +02:00
Add AdcSampler and BatteryMonitor source file support for esp32s3 target
This commit is contained in:
@@ -17,6 +17,8 @@ set(
|
|||||||
|
|
||||||
if ("$ENV{IDF_TARGET}" STREQUAL "esp32s3")
|
if ("$ENV{IDF_TARGET}" STREQUAL "esp32s3")
|
||||||
list(APPEND source_files
|
list(APPEND source_files
|
||||||
|
"Monitoring/AdcSampler.cpp"
|
||||||
|
"Monitoring/BatteryMonitor.cpp"
|
||||||
"Monitoring/CurrentMonitor_esp32s3.cpp"
|
"Monitoring/CurrentMonitor_esp32s3.cpp"
|
||||||
"Monitoring/MonitoringManager_esp32s3.cpp"
|
"Monitoring/MonitoringManager_esp32s3.cpp"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user