23 lines
438 B
JSON
23 lines
438 B
JSON
{
|
|
"name":"Trace",
|
|
"description":"Multi-target trace debug module",
|
|
"keywords":"debug,trace",
|
|
"authors":
|
|
{
|
|
"name": "Pavel Brychta",
|
|
"maintainer": true
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.xpablo.cz/pablo2048/Trace.git"
|
|
},
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": ["espressif8266","espressif32"],
|
|
"build": {
|
|
"libCompatMode": "strict"
|
|
}
|
|
}
|