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 Merge branch 'feature/eth_bridge_test' into 'master' 2022-12-01 17:51:11 +08:00
network_tests examples: enable build esp32c6 for wifi and network examples 2023-01-12 14:50:06 +08:00
simple_sniffer examples: fix format errors, remove -Wno-format 2023-02-14 15:46:54 +01:00
vlan_support ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
.build-test-rules.yml esp32h2: add build test 2023-01-17 10:29:04 +08:00
README.md examples: create a new folder structure for generic network examples 2021-07-26 12:25:19 +02:00

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.