Skip to content

Commit

Permalink
Updating manifest for new binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
witnessmenow committed Nov 19, 2023
1 parent b7d72b4 commit e1f0f16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GitHubPages/ESPWebTools/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "F1 Notifications Firmware",
"name": "Spotify DIY Thing Firmware",
"new_install_prompt_erase": false,
"builds": [
{
Expand All @@ -10,15 +10,15 @@
"offset": 57344
},
{
"path": "esp32.esp32.esp32/SpotifyDiyThing.ino.bin",
"path": "firmware.bin",
"offset": 65536
},
{
"path": "esp32.esp32.esp32/SpotifyDiyThing.ino.bootloader.bin",
"path": "bootloader.bin",
"offset": 4096
},
{
"path": "esp32.esp32.esp32/SpotifyDiyThing.ino.partitions.bin",
"path": "partitions.bin",
"offset": 32768
}
]
Expand Down

0 comments on commit e1f0f16

Please sign in to comment.