We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3940cb + e7b6e57 commit 075e6d8Copy full SHA for 075e6d8
examples/wifi/iperf/main/idf_component.yml
@@ -6,7 +6,7 @@ dependencies:
6
esp-qa/wifi-cmd:
7
version: "~0.1.0"
8
esp-qa/ping-cmd:
9
- version: "~0.0.1"
+ version: "~1.0.0"
10
espressif/esp-extconn:
11
12
rules:
examples/wifi/iperf/main/iperf_example_main.c
@@ -121,7 +121,7 @@ void app_main(void)
121
register_system();
122
app_register_all_wifi_commands();
123
app_register_iperf_commands();
124
- app_register_ping_commands();
+ ping_cmd_register_ping();
125
app_register_iperf_hook_func(iperf_hook_show_wifi_stats);
126
127
0 commit comments