File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 46
46
run : cd bin; curl https://micropython.org/resources/firmware/LOLIN_S2_PICO-$DATE-$VERSION.bin -O
47
47
- name : Download Feather S2 Neo
48
48
run : cd bin; curl https://micropython.org/resources/firmware/UM_FEATHERS2NEO-$DATE-$VERSION.bin -O
49
+ run : cd bin; curl https://micropython.org/resources/firmware/UM_FEATHERS2NEO-$DATE-$VERSION.app-bin -O
49
50
- name : Download Unexpected Maker TinyS3
50
51
run : cd bin; curl https://micropython.org/resources/firmware/UM_TINYS3-$DATE-$VERSION.bin -O
51
52
- name : Download Lolin C3 Mini
58
59
git config --global user.name "github-actions[bot]"
59
60
git config --global user.email "github-actions[bot]@users.noreply.github.com"
60
61
git add bin
61
- git commit -m "Downloaded MicroPython release $VERSION with release date $DATE"
62
- git push
62
+ # May be nothing to commit or push there were no net changes
63
+ git commit -m "Downloaded MicroPython release $VERSION with release date $DATE" || true
64
+ git push || true
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% " align ="left " 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 >
@@ -107,6 +107,7 @@ <h1>MicroPython Easy Installer for ESP32 Family and ESP8266 MCUs</h1>
107
107
< div class ="footer ">
108
108
< a href ="https://micropython.org/ "> MicroPython</ a > Easy Installer —
109
109
Powered by < a href ="https://esphome.github.io/esp-web-tools/ "> ESP Web Tools</ a > .
110
+ v1
110
111
</ div >
111
112
</ div >
112
113
< script >
Original file line number Diff line number Diff line change 4
4
"builds" : [
5
5
{
6
6
"chipFamily" : " ESP32-S2" ,
7
- "parts" : [{ "path" : " bin/UM_FEATHERS2NEO-20240602-v1.23.0.bin" , "offset" : 4096 }]
7
+ "parts" : [{ "path" : " bin/UM_FEATHERS2NEO-20240602-v1.23.0.app- bin" , "offset" : 4096 }]
8
8
}
9
9
]
10
10
}
You can’t perform that action at this time.
0 commit comments