Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 66fae4c

Browse files
Roman3349me-no-dev
authored andcommitted
Add information about license, examples and version to @platformio Library Registry manifest file (#26)
Signed-off-by: Roman3349 <[email protected]>
1 parent b4d3565 commit 66fae4c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

library.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"type": "git",
1313
"url": "https://github.com/me-no-dev/ESPAsyncTCP.git"
1414
},
15+
"version": "1.0.0",
16+
"license": "LGPL-3.0",
1517
"frameworks": "arduino",
16-
"platforms":"espressif"
18+
"platforms":"espressif",
19+
"examples": [
20+
"examples/*/*.ino"
21+
]
1722
}

0 commit comments

Comments
 (0)