10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4202019 commit 96563b5Copy full SHA for 96563b5
examples/SimplePing/SimplePing.ino
@@ -1,9 +1,6 @@
1
/*
2
- * This sketch sends data via HTTP GET requests to data.sparkfun.com service.
3
- *
4
- * You need to get streamId and privateKey at data.sparkfun.com and paste them
5
- * below. Or just customize this script to talk to other HTTP servers.
6
+ * With this library an ESP8266 can ping a remote machine and know if it's reachable.
+ * It provides some basic measurements on ping messages (avg response time).
7
*/
8
9
#include <ESP8266WiFi.h>
0 commit comments