change: Update ping-cmd component to v1.0.0

This commit is contained in:
Chen Yudong
2024-11-18 15:17:16 +08:00
parent e422e12f17
commit e8f76a93a1
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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);