wifi multipoint v2 array

This commit is contained in:
Mit4el
2023-09-24 20:58:51 +03:00
parent 48ccdd7e86
commit 307786f087
8 changed files with 617 additions and 527 deletions

View File

@@ -3,8 +3,8 @@
"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 +32,11 @@
"firmware": "0x00000",
"littlefs": "0x300000"
},
{
"name": "esp8266_16mb",
"firmware": "0x00000",
"littlefs": "0x200000"
},
{
"name": "esp32_4mb",
"boot_app0": "0xe000",
@@ -40,6 +45,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",