ESP8266Ping
ESP8266Ping copied to clipboard
Add to the Arduino Library Manager
Hey Any plans to add this library to the Arduino Library Manager? It looks ready to be added only needs the library.json file, to be complete
Thanks and I hope you consider this
With PlatformIO (and I assume it's the same for Arduino), for a directory structure like this: lib/ESP8266Ping lib/ESP8266Ping/library.json lib/ESP8266Ping/include lib/ESP8266Ping/include/ESP8266Ping.h lib/ESP8266Ping/include/ESP8266Ping.impl.h
This is a sample library.json file:
{
"name": "ESP8266Ping",
"version": "1.0.0",
"keywords": "ping",
"description": "Ping for ESP8266",
"repository": {
"type": "git",
"url": "https://github.com/dancol90/ESP8266Ping"
},
"frameworks": "arduino",
"platforms": "esp8266",
"build": {
"libArchive": false,
"flags": [
"-Iinclude"
]
}
}