mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-29 23:27:13 +02:00
Merge pull request #35 from ivankravets/patch-1
@PlatformIO Library Registry manifest file
This commit is contained in:
13
library.json
Normal file
13
library.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "WebSockets",
|
||||||
|
"keywords": "wifi, http, web, server, websocket",
|
||||||
|
"description": "WebSocket Server and Client for Arduino based on RFC6455",
|
||||||
|
"repository":
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/Links2004/arduinoWebSockets.git"
|
||||||
|
},
|
||||||
|
"exclude": "tests",
|
||||||
|
"frameworks": "arduino",
|
||||||
|
"platforms": "*"
|
||||||
|
}
|
Reference in New Issue
Block a user