File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4
4
# Run manually from the Actions tab
5
5
workflow_dispatch :
6
6
7
+ # Run when this action changes
8
+ push :
9
+ paths :
10
+ - ' .github/workflows/download-mp-release.yaml'
11
+
7
12
env :
8
13
VERSION : v1.23.0
9
14
DATE : 20240602
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ <h1>MicroPython Easy Installer for ESP32 Family and ESP8266 MCUs</h1>
86
86
< li >
87
87
< label > < input type ="radio " name ="type " value ="generic4m " /> Generic 4M Flash, RAM<=1M</ label >
88
88
</ li >
89
- < hr width ="50% "color ="gray " size ="1px " />
89
+ < hr width ="50% " align =" left " color ="gray " size ="1px " />
90
90
< li >
91
91
< label > < input type ="radio " name ="type " value ="c3_mini " /> Lolin C3 Mini</ label >
92
92
</ li >
@@ -105,10 +105,8 @@ <h1>MicroPython Easy Installer for ESP32 Family and ESP8266 MCUs</h1>
105
105
</ p >
106
106
107
107
< div class ="footer ">
108
- Easy MP < a href ="https://micropython.org/ "
109
- > MicroPython</ a
110
- > —
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 —
109
+ Powered by < a href ="https://esphome.github.io/esp-web-tools/ "> ESP Web Tools</ a > .
112
110
</ div >
113
111
</ div >
114
112
< script >
Original file line number Diff line number Diff line change 4
4
"builds" : [
5
5
{
6
6
"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 }]
8
8
}
9
9
]
10
10
}
You can’t perform that action at this time.
0 commit comments