From d6460f43a2b1a75c5c12062985ab2ebd9bfe61b6 Mon Sep 17 00:00:00 2001 From: biver Date: Mon, 14 Nov 2022 11:52:20 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D1=83=D0=B5=D0=BC=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D1=8B?= =?UTF-8?q?=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data_svelte/items.json | 5 +++++ myProfile.json | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/data_svelte/items.json b/data_svelte/items.json index 789e1ab7..6216f176 100644 --- a/data_svelte/items.json +++ b/data_svelte/items.json @@ -78,6 +78,10 @@ "descr": "Введите число", "int": "0", "val": "0.0", + "map": "1024,1024,1,100", + "plus": 0, + "multiply": 1, + "round": 0, "num": 5 }, { @@ -554,6 +558,7 @@ "id": "u", "tx": 12, "rx": 13, + "line": 2, "speed": 9600, "eventFormat": 0, "num": 39 diff --git a/myProfile.json b/myProfile.json index 1ca84be5..132010d9 100644 --- a/myProfile.json +++ b/myProfile.json @@ -107,6 +107,10 @@ "path": "src/modules/sensors/Hdc1080", "active": true }, + { + "path": "src/modules/sensors/Ina219", + "active": false + }, { "path": "src/modules/sensors/IoTWiegand", "active": false