Skip to content

Commit e7b6e57

Browse files
committed
change: Update ping-cmd component to v1.0.0
1 parent 4143156 commit e7b6e57

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)