Skip to content

Commit

Permalink
fix beta manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr committed Feb 10, 2025
1 parent f64a70e commit 86f343d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flasher/manifest-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"chipFamily": "ESP32-S3",
"improv": false,
"parts": [
{ "path": "bins/jaam.bootloader.s3.bin", "offset": 4096 },
{ "path": "bins/jaam.bootloader.s3.bin", "offset": 0 },
{ "path": "bins/jaam.partitions.s3.bin", "offset": 32768 },
{ "path": "bins/jaam.boot.app0.bin", "offset": 57344 },
{ "path": "bins/jaam_beta_s3.bin", "offset": 65536 }
Expand All @@ -29,7 +29,7 @@
"chipFamily": "ESP32-C3",
"improv": false,
"parts": [
{ "path": "bins/jaam.bootloader.c3.bin", "offset": 4096 },
{ "path": "bins/jaam.bootloader.c3.bin", "offset": 0 },
{ "path": "bins/jaam.partitions.c3.bin", "offset": 32768 },
{ "path": "bins/jaam.boot.app0.bin", "offset": 57344 },
{ "path": "bins/jaam_beta_c3.bin", "offset": 65536 }
Expand Down

0 comments on commit 86f343d

Please sign in to comment.