diff --git a/myProfile.json b/myProfile.json index b6246f40..2b96cb10 100644 --- a/myProfile.json +++ b/myProfile.json @@ -128,6 +128,10 @@ }, "modules": { "virtual_elments": [ + { + "path": "src/modules/virtual/Benchmark", + "active": false + }, { "path": "src/modules/virtual/Cron", "active": true @@ -290,7 +294,7 @@ "path": "src/modules/sensors/Mhz19", "active": false }, - { + { "path": "src/modules/sensors/MQgas", "active": true }, @@ -352,6 +356,10 @@ "path": "src/modules/exec/AnalogBtn", "active": true }, + { + "path": "src/modules/exec/BrokerMQTT", + "active": false + }, { "path": "src/modules/exec/ButtonIn", "active": true @@ -420,6 +428,10 @@ "path": "src/modules/exec/SDcard", "active": false }, + { + "path": "src/modules/exec/SmartBoiler", + "active": false + }, { "path": "src/modules/exec/SysExt", "active": false diff --git a/src/modules/exec/BrokerMQTT/modinfo.json b/src/modules/exec/BrokerMQTT/modinfo.json index 62e38cb0..7cad1e16 100644 --- a/src/modules/exec/BrokerMQTT/modinfo.json +++ b/src/modules/exec/BrokerMQTT/modinfo.json @@ -33,7 +33,7 @@ "port":"Порт, по умолчанию 1883" } }, - "defActive": true, + "defActive": false, "usedLibs": { "esp32_4mb3f": [], "esp32*": [], diff --git a/src/modules/exec/SmartBoiler/modinfo.json b/src/modules/exec/SmartBoiler/modinfo.json index 75029d74..af2aa194 100644 --- a/src/modules/exec/SmartBoiler/modinfo.json +++ b/src/modules/exec/SmartBoiler/modinfo.json @@ -162,7 +162,7 @@ } ] }, - "defActive": true, + "defActive": false, "usedLibs": { "esp32_4mb3f": [], "esp32*": [], diff --git a/src/modules/virtual/Benchmark/modinfo.json b/src/modules/virtual/Benchmark/modinfo.json index 9ab7088c..d33a869c 100644 --- a/src/modules/virtual/Benchmark/modinfo.json +++ b/src/modules/virtual/Benchmark/modinfo.json @@ -48,7 +48,7 @@ } }, - "defActive": true, + "defActive": false, "usedLibs": { "esp32_4mb": [],