добавление новых профилей в конфигуратор

This commit is contained in:
IoT Manager
2023-09-07 13:10:21 +02:00
parent 016fedfe25
commit bd902c51e1
2 changed files with 22 additions and 0 deletions

View File

@@ -50,6 +50,16 @@
"firmware": "0x00000000",
"littlefs": "0x000eb000"
},
{
"name": "esp8266_2mb",
"firmware": "-",
"littlefs": "-"
},
{
"name": "esp8266_2mb_ota",
"firmware": "-",
"littlefs": "-"
},
{
"name": "esp8285_1mb",
"firmware": "0x00000000",

View File

@@ -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"
]
}
}