mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 03:04:25 +01:00
Added firmware.json file to be compatible to old download C6 method. while switching to new takes place
This commit is contained in:
15
binaries/ESP32-C6/firmware.json
Normal file
15
binaries/ESP32-C6/firmware.json
Normal 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"
|
||||
}]
|
||||
15
binaries/ESP32-H2/firmware.json
Normal file
15
binaries/ESP32-H2/firmware.json
Normal 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"
|
||||
}]
|
||||
Reference in New Issue
Block a user