Skip to content

Commit 520c38d

Browse files
committed
Fixing TinyS3 typos, improved format and footer, download action triggered on action file change
1 parent 8841691 commit 520c38d

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/download-mp-release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
# Run manually from the Actions tab
55
workflow_dispatch:
66

7+
# Run when this action changes
8+
push:
9+
paths:
10+
- '.github/workflows/download-mp-release.yaml'
11+
712
env:
813
VERSION: v1.23.0
914
DATE: 20240602

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h1>MicroPython Easy Installer for ESP32 Family and ESP8266 MCUs</h1>
8686
<li>
8787
<label><input type="radio" name="type" value="generic4m" /> Generic 4M Flash, RAM&lt;=1M</label>
8888
</li>
89-
<hr width="50%"color="gray" size="1px" />
89+
<hr width="50%" align="left" color="gray" size="1px" />
9090
<li>
9191
<label><input type="radio" name="type" value="c3_mini" /> Lolin C3 Mini</label>
9292
</li>
@@ -105,10 +105,8 @@ <h1>MicroPython Easy Installer for ESP32 Family and ESP8266 MCUs</h1>
105105
</p>
106106

107107
<div class="footer">
108-
Easy MP <a href="https://micropython.org/"
109-
>MicroPython</a
110-
> &mdash;
111-
Installer powered by <a href="https://esphome.github.io/esp-web-tools/">ESP Web Tools</a>.
108+
<a href="https://micropython.org/">MicroPython</a> Easy Installer &mdash;
109+
Powered by <a href="https://esphome.github.io/esp-web-tools/">ESP Web Tools</a>.
112110
</div>
113111
</div>
114112
<script>

manifest_tinyS3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"builds": [
55
{
66
"chipFamily": "ESP32-S3",
7-
"parts": [{ "path": "UM_TINYS3-20240602-v1.23.0.bin", "offset": 0 }]
7+
"parts": [{ "path": "bin/UM_TINYS3-20240602-v1.23.0.bin", "offset": 0 }]
88
}
99
]
1010
}

0 commit comments

Comments
 (0)