5 lines
225 B
CMake
5 lines
225 B
CMake
idf_component_register(SRCS "gps.c" "esp_ot_br.c"
|
|
PRIV_REQUIRES esp_psram openthread esp_coex esp_wifi nvs_flash
|
|
INCLUDE_DIRS "."
|
|
REQUIRES esp_http_client)
|