10000 Change header · useful-esp8266-lib/ESP8266Ping@96563b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96563b5

Browse files
committed
Change header
1 parent 4202019 commit 96563b5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/SimplePing/SimplePing.ino

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
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-
*
2+
* With this library an ESP8266 can ping a remote machine and know if it's reachable.
3+
* It provides some basic measurements on ping messages (avg response time).
74
*/
85

96
#include <ESP8266WiFi.h>

0 commit comments

Comments
 (0)
0