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