esp-idf/examples/network
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
..
bridge
network_tests
simple_sniffer examples: fix format errors, remove -Wno-format 2023-02-14 15:46:54 +01:00
vlan_support
.build-test-rules.yml
README.md

README.md

Network Examples

Contains examples related to general network environment, test & analysis.

See the README.md file in the upper level examples directory for more information about examples.