mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Merge branch 'fix/update_ping_cmd_version' into 'master'
update: Update ping-cmd component to v1.0.0 See merge request espressif/esp-idf!34985
This commit is contained in:
commit
43b0d1053c
@ -6,7 +6,7 @@ dependencies:
|
|||||||
esp-qa/wifi-cmd:
|
esp-qa/wifi-cmd:
|
||||||
version: "~0.1.8"
|
version: "~0.1.8"
|
||||||
esp-qa/ping-cmd:
|
esp-qa/ping-cmd:
|
||||||
version: "~0.0.1"
|
version: "~1.0.0"
|
||||||
espressif/esp-extconn:
|
espressif/esp-extconn:
|
||||||
version: "~0.1.0"
|
version: "~0.1.0"
|
||||||
rules:
|
rules:
|
||||||
|
@ -121,7 +121,7 @@ void app_main(void)
|
|||||||
register_system();
|
register_system();
|
||||||
app_register_all_wifi_commands();
|
app_register_all_wifi_commands();
|
||||||
app_register_iperf_commands();
|
app_register_iperf_commands();
|
||||||
app_register_ping_commands();
|
ping_cmd_register_ping();
|
||||||
app_register_iperf_hook_func(iperf_hook_show_wifi_stats);
|
app_register_iperf_hook_func(iperf_hook_show_wifi_stats);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user