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