From b6ff02bdb4ce781103ae98f8156a5eb98249ed9e Mon Sep 17 00:00:00 2001 From: jess Date: Fri, 3 Apr 2026 07:13:24 -0700 Subject: [PATCH] add esp_timer to CMakeLists REQUIRES for esp_timer_get_time --- main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 0c4470b..48201f9 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,6 +1,6 @@ idf_component_register(SRCS "eis4.c" "eis.c" "echem.c" "protocol.c" "wifi_transport.c" "temp.c" "refs.c" INCLUDE_DIRS "." - REQUIRES ad5941 ad5941_port nvs_flash esp_wifi esp_netif esp_event) + REQUIRES ad5941 ad5941_port nvs_flash esp_wifi esp_netif esp_event esp_timer) if(DEFINED ENV{WIFI_SSID}) target_compile_definitions(${COMPONENT_LIB} PRIVATE