Skip to content

Commit

Permalink
Added 2usb flash tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ATOMNFT committed Mar 28, 2024
1 parent e10fda0 commit f0e8b99
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flash0.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
</li>
<li>
<label><input type="radio" name="type" value="cydnogps" /> CYD Micro-USB only (No GPS)</label>
</li>
<li>
<label><input type="radio" name="type" value="cyd2usb" /> CYD Micro-USB only (No GPS)</label>
</li>
</ul>
<p class="button-row" align="center">
Expand Down
20 changes: 20 additions & 0 deletions web/manifest_cyd2usb - Copy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "CM-Box Flasher",
"builds": [
{
"chipFamily": "ESP32",
"improv": false,
"parts": [
{ "path": "esp32_CMBOX2USB_marauder.ino.bootloader.bin", "offset": 4096 },
{ "path": "esp32_CMBOX2USB_marauder.ino.partitions.bin", "offset": 32768 },
{ "path": "esp32_CMBOX2USB_marauder.ino", "offset": 65536 }
]
},
{
"chipFamily": "ESP8266",
"parts": [
{ "path": "esp8266.bin", "offset": 0 }
]
}
]
}

0 comments on commit f0e8b99

Please sign in to comment.