Added firmware.json file to be compatible to old download C6 method. while switching to new takes place

This commit is contained in:
atc1441
2024-12-30 00:08:09 +01:00
parent ca8781f956
commit 6a8450cbcb
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[{
"filename": "bootloader.bin",
"address": "0x0",
"version": "0001"
},
{
"filename": "partition-table.bin",
"address": "0x8000",
"version": "0001"
},
{
"filename": "OpenEPaperLink_esp32_C6.bin",
"address": "0x10000",
"version": "001f"
}]

View File

@@ -0,0 +1,15 @@
[{
"filename": "bootloader.bin",
"address": "0x0",
"version": "0001"
},
{
"filename": "partition-table.bin",
"address": "0x8000",
"version": "0001"
},
{
"filename": "OpenEPaperLink_esp32_H2.bin",
"address": "0x10000",
"version": "001f"
}]