Skip to content

Commit cf78265

Browse files
authored
Merge pull request #4 from per1234/url-scheme
Specify scheme in library.properties url value
2 parents 8a30f36 + 3ddae10 commit cf78265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maintainer=Alessio Leoncini
55
sentence=A library to enable esp8266 platform to send and receive ping messages.
66
paragraph=Present library defines a 'Pinger' class that allows access to low level LWIP functions. It accepts IP addresses as well as DNS names, handles ICMP echo requests and responses allowing some packet customizations, and provides statistics on ping results.
77
category=Communication
8-
url=technologytourist.com
8+
url=https://www.technologytourist.com
99
architectures=esp8266
1010
includes=Pinger.h,PingerResponse.h

0 commit comments

Comments
 (0)