From 61721b36b171d81ebe0c8750eea36ad0445d1cbf Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Wed, 7 Dec 2022 18:17:18 +0100 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20sht=20=D0=B2=201=20mb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/sensors/Sht20/modinfo.json | 12 ++++++++++++ src/modules/sensors/Sht30/modinfo.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/src/modules/sensors/Sht20/modinfo.json b/src/modules/sensors/Sht20/modinfo.json index 797390dc..aae500a3 100644 --- a/src/modules/sensors/Sht20/modinfo.json +++ b/src/modules/sensors/Sht20/modinfo.json @@ -54,6 +54,18 @@ ], "esp8266_4mb": [ "robtillaart/SHT2x@^0.1.1" + ], + "esp8266_1mb": [ + "robtillaart/SHT2x@^0.1.1" + ], + "esp8266_1mb_ota": [ + "robtillaart/SHT2x@^0.1.1" + ], + "esp8285_1mb": [ + "robtillaart/SHT2x@^0.1.1" + ], + "esp8285_1mb_ota": [ + "robtillaart/SHT2x@^0.1.1" ] } } \ No newline at end of file diff --git a/src/modules/sensors/Sht30/modinfo.json b/src/modules/sensors/Sht30/modinfo.json index df3c8ec7..9f9647c9 100644 --- a/src/modules/sensors/Sht30/modinfo.json +++ b/src/modules/sensors/Sht30/modinfo.json @@ -54,6 +54,18 @@ ], "esp8266_4mb": [ "WEMOS SHT3x@1.0.0" + ], + "esp8266_1mb": [ + "WEMOS SHT3x@1.0.0" + ], + "esp8266_1mb_ota": [ + "WEMOS SHT3x@1.0.0" + ], + "esp8285_1mb": [ + "WEMOS SHT3x@1.0.0" + ], + "esp8285_1mb_ota": [ + "WEMOS SHT3x@1.0.0" ] } } \ No newline at end of file