mirror of
https://codeberg.org/opentrafficmap/its-g5-receiver-firmware.git
synced 2026-07-30 20:45:39 +00:00
27 lines
430 B
CMake
27 lines
430 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.c"
|
|
"cmd_sniffer.c"
|
|
"cmd_pcap.c"
|
|
"config.c"
|
|
"ethernet.c"
|
|
"events.c"
|
|
"mqtt.c"
|
|
"ota.c"
|
|
"sdcard.c"
|
|
"spi.c"
|
|
PRIV_REQUIRES
|
|
app_trace
|
|
app_update
|
|
console
|
|
esp_eth
|
|
esp_https_ota
|
|
esp_netif
|
|
esp_wifi
|
|
fatfs
|
|
nvs_flash
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|
|
|