esp-idf/examples/network/simple_sniffer/main
Bogdan Kolendovskyy d7b8b36082 examples: fix format errors, remove -Wno-format
Logging in series of examples has misuse of "%d" instead of type-appropriate format specifiers.
Fix by changing "%d" to PRIxx macros corresponding to type.
Remove -Wno-format compile flag in those examples that are affected.
2023-02-14 15:46:54 +01:00
..
CMakeLists.txt examples: fix format errors, remove -Wno-format 2023-02-14 15:46:54 +01:00
Kconfig.projbuild Ethernet examples: added new common init for Ethernet drivers 2022-08-26 15:43:16 +02:00
cmd_pcap.c simple_sniffer: can store packets in memory 2021-09-13 10:16:29 +02:00
cmd_pcap.h simple_sniffer: can store packets in memory 2021-09-13 10:16:29 +02:00
cmd_sniffer.c examples: fix format errors, remove -Wno-format 2023-02-14 15:46:54 +01:00
cmd_sniffer.h esp_eth: Reduce internal deps onto netif-glue 2022-06-09 07:55:40 +00:00
idf_component.yml examples: Use components from idf-extra-components repository 2022-05-12 08:37:44 +00:00
simple_sniffer_example_main.c Ethernet examples: added new common init for Ethernet drivers 2022-08-26 15:43:16 +02:00