2018-04-22 15:53:28 +02:00
|
|
|
{
|
|
|
|
"name":"Trace",
|
|
|
|
"description":"Web based trace debug module",
|
|
|
|
"keywords":"debug,trace",
|
|
|
|
"authors":
|
|
|
|
{
|
|
|
|
"name": "Pavel Brychta",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2021-09-01 20:13:13 +02:00
|
|
|
"url": "https://git.xpablo.cz/pablo2048/Trace.git"
|
2018-04-22 15:53:28 +02:00
|
|
|
},
|
2022-03-24 12:46:55 +01:00
|
|
|
"version": "0.0.5",
|
2018-04-22 15:53:28 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
2018-07-21 14:54:12 +02:00
|
|
|
"platforms": ["espressif8266","espressif32"],
|
2018-04-22 15:53:28 +02:00
|
|
|
"build": {
|
2019-01-17 08:51:00 +01:00
|
|
|
"libCompatMode": "strict"
|
2018-04-22 15:53:28 +02:00
|
|
|
}
|
|
|
|
}
|