Skip to content

Commit

Permalink
Fixed typo/s
Browse files Browse the repository at this point in the history
  • Loading branch information
ATOMNFT committed Apr 27, 2024
1 parent 4cc79b9 commit a3a0c50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flash0.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<title>ESP32 D1 Mini Marauder flash Tool</title>
<title>ESP32 S2 Mini Marauder flash Tool</title>
<img src="Images/s2toolheader.png" alt="Logo" class="logo">
<meta
name="description"
Expand Down Expand Up @@ -112,7 +112,7 @@
<p>Connect your S2 mini, Select the "Flash" option and push connect. Follow the steps to flash.</p>
<ul class="radios">
<li>
<label><input type="radio" name="type" value="D1Mini" /> FLASH</label>
<label><input type="radio" name="type" value="S2Mini" /> FLASH</label>
</li>
</ul>
<p class="button-row" align="center">
Expand Down
2 changes: 1 addition & 1 deletion web/manifest_D1Mini.json → web/manifest_S2Mini.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ESP32 D1 Mini Marauder",
"name": "ESP32 S2 Mini Marauder",
"builds": [
{
"chipFamily": "ESP32-S2",
Expand Down

0 comments on commit a3a0c50

Please sign in to comment.