mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 03:49:13 +03:00
Merge pull request #306 from IoTManagerProject/ver4dev
добавление новых профилей в конфигуратор
This commit is contained in:
@@ -50,6 +50,16 @@
|
|||||||
"firmware": "0x00000000",
|
"firmware": "0x00000000",
|
||||||
"littlefs": "0x000eb000"
|
"littlefs": "0x000eb000"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "esp8266_2mb",
|
||||||
|
"firmware": "-",
|
||||||
|
"littlefs": "-"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "esp8266_2mb_ota",
|
||||||
|
"firmware": "-",
|
||||||
|
"littlefs": "-"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "esp8285_1mb",
|
"name": "esp8285_1mb",
|
||||||
"firmware": "0x00000000",
|
"firmware": "0x00000000",
|
||||||
|
|||||||
@@ -61,6 +61,18 @@
|
|||||||
],
|
],
|
||||||
"esp8266_4mb": [
|
"esp8266_4mb": [
|
||||||
"https://github.com/enjoyneering/AHTxx.git"
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user