We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d72b4 commit e1f0f16Copy full SHA for e1f0f16
GitHubPages/ESPWebTools/manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "F1 Notifications Firmware",
+ "name": "Spotify DIY Thing Firmware",
3
"new_install_prompt_erase": false,
4
"builds": [
5
@@ -10,15 +10,15 @@
10
"offset": 57344
11
},
12
13
- "path": "esp32.esp32.esp32/SpotifyDiyThing.ino.bin",
+ "path": "firmware.bin",
14
"offset": 65536
15
16
17
- "path": "esp32.esp32.esp32/SpotifyDiyThing.ino.bootloader.bin",
+ "path": "bootloader.bin",
18
"offset": 4096
19
20
21
- "path": "esp32.esp32.esp32/SpotifyDiyThing.ino.partitions.bin",
+ "path": "partitions.bin",
22
"offset": 32768
23
}
24
]
0 commit comments