Skip to content

Commit

Permalink
Merge branch 'fix/update_ping_cmd_version_v5.4' into 'release/v5.4'
Browse files Browse the repository at this point in the history
update: Update ping-cmd component to v1.0.0 (v5.4)

See merge request espressif/esp-idf!35012
  • Loading branch information
Jiang Jiang Jian committed Nov 19, 2024
2 parents 69a9b17 + e8f76a9 commit 17b7419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/wifi/iperf/main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
esp-qa/wifi-cmd:
version: "~0.1.8"
esp-qa/ping-cmd:
version: "~0.0.1"
version: "~1.0.0"
espressif/esp-extconn:
version: "~0.1.0"
rules:
Expand Down
2 changes: 1 addition & 1 deletion examples/wifi/iperf/main/iperf_example_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void app_main(void)
register_system();
app_register_all_wifi_commands();
app_register_iperf_commands();
app_register_ping_commands();
ping_cmd_register_ping();
app_register_iperf_hook_func(iperf_hook_show_wifi_stats);


Expand Down

0 comments on commit 17b7419

Please sign in to comment.