You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library.properties
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
name=ESP8266-ping
2
-
version=1.0.0
2
+
version=1.1.0
3
3
author=Alessio Leoncini
4
4
maintainer=Alessio Leoncini
5
5
sentence=A library to enable esp8266 platform to send and receive ping messages.
6
-
paragraph=Present library defines a static 'Pinger' class providing an easy access to native 'ping.h' methods.
6
+
paragraph=Present library defines a static 'Pinger' class providing an easy access to native 'ping.h' methods. It accepts IP addresses as well as DNS names.
0 commit comments