power-profiler-soft/main/CMakeLists.txt
2023-06-15 16:09:47 +02:00

3 lines
221 B
CMake

idf_component_register(SRCS "power_profiler.c" "resistor_ranges.c" "measure.c" "ble.c" "gatt_svcs.c" "configuration.c"
INCLUDE_DIRS "."
REQUIRES "driver" "esp_adc" "bt" "nvs_flash")