add esp_timer to CMakeLists REQUIRES for esp_timer_get_time
This commit is contained in:
parent
95ca2f7cdc
commit
b6ff02bdb4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue