use local library source instead to correct some black-box issue for aliyuniot
This commit is contained in:
54
lib/ArduinoJson/.library.json
Normal file
54
lib/ArduinoJson/.library.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "ArduinoJson",
|
||||
"repository": {
|
||||
"url": "https://github.com/bblanchon/ArduinoJson.git",
|
||||
"type": "git"
|
||||
},
|
||||
"platforms": [
|
||||
"atmelavr",
|
||||
"atmelmegaavr",
|
||||
"atmelsam",
|
||||
"espressif32",
|
||||
"espressif8266",
|
||||
"gd32v",
|
||||
"infineonxmc",
|
||||
"intel_arc32",
|
||||
"kendryte210",
|
||||
"microchippic32",
|
||||
"nordicnrf51",
|
||||
"nordicnrf52",
|
||||
"ststm32",
|
||||
"ststm8",
|
||||
"teensy",
|
||||
"timsp430"
|
||||
],
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
],
|
||||
"version": "6.14.1",
|
||||
"export": {
|
||||
"exclude": [
|
||||
"fuzzing",
|
||||
"scripts",
|
||||
"test",
|
||||
"third-party"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"url": "https://blog.benoitblanchon.fr",
|
||||
"maintainer": false,
|
||||
"email": null,
|
||||
"name": "Benoit Blanchon"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"web",
|
||||
"json",
|
||||
"http",
|
||||
"rest"
|
||||
],
|
||||
"homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json",
|
||||
"id": 64,
|
||||
"description": "An elegant and efficient JSON library for embedded systems"
|
||||
}
|
||||
Reference in New Issue
Block a user