let users compile their projects against meshcore as a lib

This commit is contained in:
Florent 2025-08-24 13:06:19 +02:00
parent cb96503b92
commit 685f75234b
2 changed files with 69 additions and 0 deletions

16
library.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "MeshCore",
"version" : "1.7.4",
"dependencies": {
"SPI": "*",
"Wire": "*",
"jgromes/RadioLib": "^7.1.2",
"rweather/Crypto": "^0.4.0",
"adafruit/RTClib": "^2.1.3",
"melopero/Melopero RV3028": "^1.1.0",
"electroniccats/CayenneLPP": "1.4.0"
},
"build": {
"extraScript": "build_as_lib.py"
}
}