Исправление ошибки компиляции

This commit is contained in:
IoT Manager
2023-10-23 01:09:18 +02:00
parent a5636d3461
commit 70973cae19
32 changed files with 2161 additions and 277 deletions

View File

@@ -24,7 +24,7 @@
},
{
"path": "src/modules/virtual/owmWeather",
"active": false
"active": true
},
{
"path": "src/modules/virtual/Timer",
@@ -34,10 +34,6 @@
"path": "src/modules/virtual/Variable",
"active": true
},
{
"path": "src/modules/virtual/VariableColor",
"active": true
},
{
"path": "src/modules/virtual/VButton",
"active": true
@@ -312,10 +308,6 @@
"path": "src/modules/display/Lcd2004",
"active": true
},
{
"path": "src/modules/display/NextionUpload",
"active": false
},
{
"path": "src/modules/display/Oled128",
"active": false

View File

@@ -68,7 +68,29 @@
},
{
"global": 0,
"name": "5. Таймер",
"name": "5. Погода OWM",
"type": "Reading",
"subtype": "owmWeather",
"id": "owm",
"needSave": 0,
"widget": "nil",
"page": "Погода",
"descr": "Температура на улице",
"int": 30,
"API_key": "",
"city": "Moscow",
"lon": "37.54",
"lat": "57.74",
"lang": "ru",
"param": "",
"round": 1,
"val": "...",
"debug": 0,
"num": 5
},
{
"global": 0,
"name": "6. Таймер",
"type": "Writing",
"subtype": "Timer",
"id": "timer",
@@ -80,11 +102,11 @@
"ticker": 1,
"repeat": 1,
"needSave": 0,
"num": 5
"num": 6
},
{
"global": 0,
"name": "6. Окно ввода числа (переменная)",
"name": "7. Окно ввода числа (переменная)",
"type": "Reading",
"subtype": "Variable",
"id": "value",
@@ -98,11 +120,11 @@
"plus": 0,
"multiply": 1,
"round": 0,
"num": 6
"num": 7
},
{
"global": 0,
"name": "7. Окно ввода времени",
"name": "8. Окно ввода времени",
"type": "Reading",
"subtype": "Variable",
"id": "time",
@@ -112,11 +134,11 @@
"descr": "Введите время",
"int": "0",
"val": "02:00",
"num": 7
"num": 8
},
{
"global": 0,
"name": "8. Окно ввода даты",
"name": "9. Окно ввода даты",
"type": "Reading",
"subtype": "Variable",
"id": "time",
@@ -126,11 +148,11 @@
"descr": "Введите дату",
"int": "0",
"val": "24.05.2022",
"num": 8
"num": 9
},
{
"global": 0,
"name": "9. Окно ввода текста",
"name": "10. Окно ввода текста",
"type": "Reading",
"subtype": "Variable",
"id": "txt",
@@ -140,11 +162,11 @@
"descr": "Введите текст",
"int": "0",
"val": "текст",
"num": 9
"num": 10
},
{
"global": 0,
"name": "10. Вывод значения",
"name": "11. Вывод значения",
"type": "Reading",
"subtype": "Variable",
"id": "vout",
@@ -158,20 +180,6 @@
"plus": 0,
"multiply": 1,
"round": 0,
"num": 10
},
{
"global": 0,
"name": "11. Цветной текст",
"type": "Reading",
"subtype": "VariableColor",
"id": "color",
"needSave": 0,
"widget": "anydataDef",
"page": "Вывод",
"descr": "Цветной текст",
"val": "...",
"round": 0,
"num": 11
},
{