ESP32 V2X-Sniffer: esp-firmware und v2x_fw hinzugefügt (24 Dateien)

This commit is contained in:
Clawdia
2026-05-07 14:43:27 +02:00
parent ba8477f18f
commit fdb4cca5d8
25 changed files with 3381 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "../include"
REQUIRES esp_wifi nvs_flash esp_codec_dev esp_system
)