From bd902c51e18f3f1ab27b14d4820a0607da40ba4d Mon Sep 17 00:00:00 2001 From: IoT Manager <67171972+IoTManagerProject@users.noreply.github.com> Date: Thu, 7 Sep 2023 13:10:21 +0200 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=20=D0=BD=D0=BE=D0=B2=D1=8B=D1=85=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B5=D0=B9=20=D0=B2=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0=D1=82=D0=BE?= =?UTF-8?q?=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- myProfile.json | 10 ++++++++++ src/modules/sensors/AhtXX/modinfo.json | 12 ++++++++++++ 2 files changed, 22 insertions(+) diff --git a/myProfile.json b/myProfile.json index 07dad5ff..b960e0f8 100644 --- a/myProfile.json +++ b/myProfile.json @@ -50,6 +50,16 @@ "firmware": "0x00000000", "littlefs": "0x000eb000" }, + { + "name": "esp8266_2mb", + "firmware": "-", + "littlefs": "-" + }, + { + "name": "esp8266_2mb_ota", + "firmware": "-", + "littlefs": "-" + }, { "name": "esp8285_1mb", "firmware": "0x00000000", diff --git a/src/modules/sensors/AhtXX/modinfo.json b/src/modules/sensors/AhtXX/modinfo.json index 43d1a2f9..ef05d3a7 100644 --- a/src/modules/sensors/AhtXX/modinfo.json +++ b/src/modules/sensors/AhtXX/modinfo.json @@ -61,6 +61,18 @@ ], "esp8266_4mb": [ "https://github.com/enjoyneering/AHTxx.git" + ], + "esp8266_1mb": [ + "https://github.com/enjoyneering/AHTxx.git" + ], + "esp8266_1mb_ota": [ + "https://github.com/enjoyneering/AHTxx.git" + ], + "esp8285_1mb": [ + "https://github.com/enjoyneering/AHTxx.git" + ], + "esp8285_1mb_ota": [ + "https://github.com/enjoyneering/AHTxx.git" ] } } \ No newline at end of file