Merge pull request #310 from Mit4el/ver4dev

Add board 16m, Add wifi multi point
This commit is contained in:
IoT Manager
2023-10-02 14:45:55 +02:00
committed by GitHub
37 changed files with 1117 additions and 611 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",