Skip to content

Commit 075e6d8

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'fix/update_ping_cmd_version_v5.3' into 'release/v5.3'
update: Update ping-cmd component to v1.0.0 (v5.3) See merge request espressif/esp-idf!35013
2 parents e3940cb + e7b6e57 commit 075e6d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/wifi/iperf/main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
esp-qa/wifi-cmd:
77
version: "~0.1.0"
88
esp-qa/ping-cmd:
9-
version: "~0.0.1"
9+
version: "~1.0.0"
1010
espressif/esp-extconn:
1111
version: "~0.1.0"
1212
rules:

examples/wifi/iperf/main/iperf_example_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void app_main(void)
121121
register_system();
122122
app_register_all_wifi_commands();
123123
app_register_iperf_commands();
124-
app_register_ping_commands();
124+
ping_cmd_register_ping();
125125
app_register_iperf_hook_func(iperf_hook_show_wifi_stats);
126126

127127

0 commit comments

Comments
 (0)