Корректируем конфигурационные файлы для сборки

This commit is contained in:
2022-11-14 11:52:20 +05:00
parent 4db49060de
commit d6460f43a2
2 changed files with 9 additions and 0 deletions

View File

@@ -78,6 +78,10 @@
"descr": "Введите число", "descr": "Введите число",
"int": "0", "int": "0",
"val": "0.0", "val": "0.0",
"map": "1024,1024,1,100",
"plus": 0,
"multiply": 1,
"round": 0,
"num": 5 "num": 5
}, },
{ {
@@ -554,6 +558,7 @@
"id": "u", "id": "u",
"tx": 12, "tx": 12,
"rx": 13, "rx": 13,
"line": 2,
"speed": 9600, "speed": 9600,
"eventFormat": 0, "eventFormat": 0,
"num": 39 "num": 39

View File

@@ -107,6 +107,10 @@
"path": "src/modules/sensors/Hdc1080", "path": "src/modules/sensors/Hdc1080",
"active": true "active": true
}, },
{
"path": "src/modules/sensors/Ina219",
"active": false
},
{ {
"path": "src/modules/sensors/IoTWiegand", "path": "src/modules/sensors/IoTWiegand",
"active": false "active": false