Skip to content

Commit cf67942

Browse files
committed
Reverting merge of fix-esp8266 branch
1 parent 696c579 commit cf67942

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Download generic firmware from MicroPython.Org site
3636
- name: Download Generic Boards
3737
run: |
38-
for BUILD in ESP32_GENERIC ESP8266_GENERIC ESP32_GENERIC_S3-FLASH_4M ESP32_GENERIC_C3; do
38+
for BUILD in ESP32_GENERIC ESP32_GENERIC_S3-FLASH_4M ESP32_GENERIC_C3; do
3939
cd bin
4040
curl https://micropython.org/resources/firmware/$BUILD-$DATE-$VERSION.bin -O
4141
cd ..

manifest_generic4m.json

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"name": "MicroPython for Generic 4M Flash, RAM<=1M",
33
"version": "mpVersion",
44
"builds": [
5-
{
6-
"chipFamily": "ESP8266",
7-
"parts": [{ "path": "bin/ESP8266_GENERIC-20240602-v1.23.0.bin", "offset": 0 }]
8-
},
95
{
106
"chipFamily": "ESP32",
117
"parts": [{ "path": "bin/ESP32_GENERIC-mpDate-mpVersion.bin", "offset": 4096 }]

0 commit comments

Comments
 (0)