Skip to content

Commit 30b02ca

Browse files
committed
3
1 parent 3aeab10 commit 30b02ca

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

webflash/manifest.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
{
2-
"name": "CYD FreeTouchDeck",
2+
"name": "LGVL_Bench",
33
"new_install_prompt_erase": true,
44
"builds": [
55
{
66
"chipFamily": "ESP32",
77
"parts": [
8+
{ "path": "LvglBenchmark.ino.bootloader.bin", "offset": },
9+
{ "path": "LvglBenchmark.ino.partitions.bin", "offset": 32768 },
810
{ "path": "boot_app0.bin", "offset": 57344 },
9-
{ "path": "FreeTouchDeck.ino.bin ", "offset": 65536 },
10-
{ "path": "FreeTouchDeck.ino.bootloader.bin", "offset": 4096 },
11-
{ "path": "FreeTouchDeck.ino.partitions.bin", "offset": 32768 }
12-
]
13-
},
14-
{
15-
"chipFamily": "ESP8266",
16-
"parts": [
17-
{ "path": "esp8266/SerialHelloWorld.ino.bin", "offset": 0 }
11+
{ "path": "LvglBenchmark.ino.bin", "offset": 65536 }
1812
]
1913
}
2014
]

0 commit comments

Comments
 (0)