Merge branch 'contrib/github_pr_10087' into 'master'

fixed url to console component (GitHub PR)

Closes IDFGH-8642

See merge request espressif/esp-idf!20896
This commit is contained in:
morris
2022-11-02 16:02:29 +08:00
8 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Ping is a useful network utility used to test if a remote host is reachable on t
Ping operates by sending Internet Control Message Protocol (ICMP) echo request packets to the target host and waiting for an ICMP echo reply.
This example implements a simple ping command line util based on the [console component](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/console.html).
This example implements a simple ping command line util based on the [console component](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/console.html).
**Notes:** Currently this example only supports IPv4.