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