We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aeab10 commit 30b02caCopy full SHA for 30b02ca
1 file changed
webflash/manifest.json
@@ -1,20 +1,14 @@
1
{
2
- "name": "CYD FreeTouchDeck",
+ "name": "LGVL_Bench",
3
"new_install_prompt_erase": true,
4
"builds": [
5
6
"chipFamily": "ESP32",
7
"parts": [
8
+ { "path": "LvglBenchmark.ino.bootloader.bin", "offset": },
9
+ { "path": "LvglBenchmark.ino.partitions.bin", "offset": 32768 },
10
{ "path": "boot_app0.bin", "offset": 57344 },
- { "path": "FreeTouchDeck.ino.bin ", "offset": 65536 },
- { "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 }
+ { "path": "LvglBenchmark.ino.bin", "offset": 65536 }
18
]
19
}
20
0 commit comments