Skip to content

Commit

Permalink
Bump to v1.1.0 and add PlatformIO metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dancol90 committed Oct 27, 2023
1 parent a9287f7 commit b88e9ac
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "ESP8266Ping",
"version": "1.1.0",
"description": "Let the ESP8266 ping a remote machine.",
"keywords": [
"ping",
"esp8266"
],
"homepage": "https://github.com/dancol90/ESP8266Ping",
"repository": {
"type": "git",
"url": "https://github.com/dancol90/ESP8266Ping"
},
"authors": {
"name": "Daniele Colanardi",
"email": "dancol90@gmail.com",
"maintainer": true
},
"license": "LGPL-2.1-or-later",
"frameworks": "arduino",
"platforms": "esp8266",
"headers": [
"ESP8266Ping.h"
]
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=ESP8266Ping
version=1.0
version=1.1.0
author=Daniele Colanardi
maintainer=Daniele Colanardi <dancol90@gmail.com>
sentence=Let the ESP8266 ping a remote machine.
paragraph=With this library an ESP8266 can ping a remote machine and know if it's reachable. It provide some basic measurements on ping messages (avg response time).
category=Communication
url=
url=https://github.com/dancol90/ESP8266Ping
architectures=esp8266

0 comments on commit b88e9ac

Please sign in to comment.