Implement ethernet init; larger partition table

This commit is contained in:
Michael Ehrenreich
2026-03-16 00:58:21 +01:00
parent a03bd89bff
commit 756791200f
10 changed files with 279 additions and 205 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
idf_component_register(SRCS "simple_sniffer_example_main.c"
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 ".")