Skip to content

Commit

Permalink
Updated Flasher Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ATOMNFT committed Jun 27, 2024
1 parent 14ce59b commit 858e801
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flash0.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@
<p>Connect your S2 mini, Select the "Flash" option and push connect. <br> Follow the steps to flash.</p>
<ul class="radios">
<li>
<label><input type="radio" name="type" value="S2Mini" /> FLASH</label>
<label><input type="radio" name="type" value="S2Mini_13.10" /> 13.10 FLASH</label>
</li>
<li>
<label><input type="radio" name="type" value="S2Mini_1.0.0" /> 1.0.0 FLASH</label>
</li>
</ul>
<p class="button-row" align="center">
Expand Down
Binary file added web/S2Mini_esp32_v1.0.0_marauder.ino.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 20 additions & 0 deletions web/manifest_S2Mini_1.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "ESP32 S2 Mini Marauder v1.0.0",
"builds": [
{
"chipFamily": "ESP32-S2",
"improv": false,
"parts": [
{ "path": "S2Mini_esp32_v1.0.0_marauder.ino.bootloader.bin", "offset": 4096 },
{ "path": "S2Mini_esp32_v1.0.0_marauder.ino.partitions.bin", "offset": 32768 },
{ "path": "S2Mini_esp32_v1.0.0_marauder.ino.bin", "offset": 65536 }
]
},
{
"chipFamily": "ESP8266",
"parts": [
{ "path": "esp8266.bin", "offset": 0 }
]
}
]
}
File renamed without changes.

0 comments on commit 858e801

Please sign in to comment.