forked from espressif/esp-idf
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user