Skip to content

Commit

Permalink
Merge pull request #65 from adafruit/update-esp32-board-offsets
Browse files Browse the repository at this point in the history
Fix ESP32 web uploader offsets
  • Loading branch information
brentru authored Jul 12, 2022
2 parents fd45a59 + 6db54a7 commit beafb13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions boards/feather-esp32-v2/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"blockSize": 4096,
"offset": "0x290000",
"structure": {
"0xe000": "wippersnapper.feather_esp32_v2.littlefs.VERSION.boot_app0.bin",
"0x1000": "wippersnapper.feather_esp32_v2.littlefs.VERSION.bootloader.bin",
"0x10000": "wippersnapper.feather_esp32_v2.littlefs.VERSION.bin",
"0x8000": "wippersnapper.feather_esp32_v2.littlefs.VERSION.partitions.bin"
"0x0": "wippersnapper.feather_esp32_v2.littlefs.VERSION.combined.bin"
}
},
"components": {
Expand Down
5 changes: 1 addition & 4 deletions boards/feather-esp32/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"blockSize": 4096,
"offset": "0x290000",
"structure": {
"0xe000": "wippersnapper.feather_esp32.littlefs.VERSION.boot_app0.bin",
"0x1000": "wippersnapper.feather_esp32.littlefs.VERSION.bootloader.bin",
"0x10000": "wippersnapper.feather_esp32.littlefs.VERSION.bin",
"0x8000": "wippersnapper.feather_esp32.littlefs.VERSION.partitions.bin"
"0x0": "wippersnapper.feather_esp32.littlefs.VERSION.combined.bin"
}
},
"components": {
Expand Down
5 changes: 1 addition & 4 deletions boards/qtpy-esp32/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"blockSize": 4096,
"offset": "0x290000",
"structure": {
"0xe000": "wippersnapper.qtpy_esp32.littlefs.VERSION.boot_app0.bin",
"0x1000": "wippersnapper.qtpy_esp32.littlefs.VERSION.bootloader.bin",
"0x10000": "wippersnapper.qtpy_esp32.littlefs.VERSION.bin",
"0x8000": "wippersnapper.qtpy_esp32.littlefs.VERSION.partitions.bin"
"0x0": "wippersnapper.qtpy_esp32.littlefs.VERSION.combined.bin"
}
},
"components":{
Expand Down

0 comments on commit beafb13

Please sign in to comment.