применяем изменения

This commit is contained in:
IoT Manager
2023-10-02 15:05:09 +02:00
parent 07c0bb166b
commit 37cd897257
4 changed files with 38 additions and 6 deletions

View File

@@ -3,8 +3,14 @@
"name": "IoTmanagerVer4",
"apssid": "IoTmanager",
"appass": "",
"routerssid": "iot",
"routerpass": "hostel3333",
"routerssid": [
"iot",
"wifi"
],
"routerpass": [
"hostel3333",
"pswd"
],
"timezone": 2,
"ntp": "pool.ntp.org",
"weblogin": "admin",
@@ -32,6 +38,11 @@
"firmware": "0x00000",
"littlefs": "0x300000"
},
{
"name": "esp8266_16mb",
"firmware": "0x00000",
"littlefs": "0x200000"
},
{
"name": "esp32_4mb",
"boot_app0": "0xe000",
@@ -40,6 +51,14 @@
"partitions": "0x8000",
"littlefs": "0x290000"
},
{
"name": "esp32_16mb",
"boot_app0": "0xe000",
"bootloader_qio_80m": "0x1000",
"firmware": "0x10000",
"partitions": "0x8000",
"littlefs": "0x910000"
},
{
"name": "esp8266_1mb",
"firmware": "0x00000000",