Skip to content

Commit 55d41fa

Browse files
committed
Fixed names in manifests, fixed generic 4M flash for S3, experimental horizontal rul
1 parent 0c6a4b2 commit 55d41fa

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
run: cd bin; curl https://micropython.org/resources/firmware/ESP8266_GENERIC-$DATE-$VERSION.bin -O
3333
- name: Download ESP32-S2 Generic
3434
run: cd bin; curl https://micropython.org/resources/firmware/ESP32_GENERIC_S2-$DATE-$VERSION.bin -O
35-
- name: Download ESP32-S3 Generic
36-
run: cd bin; curl https://micropython.org/resources/firmware/ESP32_GENERIC_S3-$DATE-$VERSION.bin -O
35+
- name: Download ESP32-S3 Generic 4M Flash
36+
run: cd bin; curl https://micropython.org/resources/firmware/ESP32_GENERIC_S3-FLASH_4M-$DATE-$VERSION.bin -O
3737
- name: Download ESP32-C3 Generic
3838
run: cd bin; curl https://micropython.org/resources/firmware/ESP32_GENERIC_C3-$DATE-$VERSION.bin -O
3939
# Download for Secific Boards

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +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" />
8990
<li>
9091
<label><input type="radio" name="type" value="c3_mini" /> Lolin C3 Mini</label>
9192
</li>

manifest_c3_mini.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "MicroPython ESP32",
2+
"name": "MicroPython for Lolin/Wemos C3 Mini",
33
"version": "v1.23.0",
44
"builds": [
55
{

manifest_featherS2neo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "MicroPython ESP32",
2+
"name": "MicroPython for Unexpected Maker Feather S2 Neo",
33
"version": "v1.23.0",
44
"builds": [
55
{

manifest_generic4m.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Generic 4M Flash, RAM<=1M",
2+
"name": "MicroPython for Generic 4M Flash, RAM<=1M",
33
"version": "v1.23.0",
44
"builds": [
55
{

manifest_s2_pico.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "MicroPython ESP32",
2+
"name": "MicroPython for Lolin/Wemos S2 Pico",
33
"version": "v1.23.0",
44
"builds": [
55
{

manifest_tinyS3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "MicroPython ESP32",
2+
"name": "MicroPython for Unexpected Maker TinyS3",
33
"version": "v1.23.0",
44
"builds": [
55
{

0 commit comments

Comments
 (0)