From 7d7dc4f9963995d63b1b8f484f40b3ae480011ea Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 11 Oct 2022 22:37:04 +1100 Subject: add a cool result library --- main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index b9409cb4..580a85a4 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,4 +1,4 @@ idf_component_register( SRCS "gay-ipod-fw.cpp" "dac.cpp" "gpio-expander.cpp" "battery.cpp" "storage.cpp" "i2c.cpp" INCLUDE_DIRS "." - REQUIRES "esp_adc_cal" "fatfs") + REQUIRES "esp_adc_cal" "fatfs" "result") -- cgit v1.2.3