Skip to content

Commit 235dc21

Browse files
committed
micropython 1.25.0
1 parent e2bf931 commit 235dc21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/MicroPython.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
env:
77
MICROPYTHON: micropython
88
MICROPYTHON_REPO: https://github.com/micropython/micropython.git
9-
MICROPYTHON_VERSION: v1.24.1
9+
MICROPYTHON_VERSION: v1.25.0
1010
ESPIDF: esp-idf
1111
ESPIDF_REPO: https://github.com/espressif/esp-idf.git
12-
ESPIDF_VERSION: v5.2.3
12+
ESPIDF_VERSION: v5.2.5
1313
TZ: Asia/Shanghai
1414

1515
jobs:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ MicroPython、LVGL firmware for ESP32.
33

44
## [Micropython](https://github.com/micropython/micropython)
55
### Version
6-
MicroPython: v1.24.1
7-
ESP-IDF: v5.2.3
6+
MicroPython: v1.25.0
7+
ESP-IDF: v5.2.5
88
### Board
99
1. ESP32_GENERIC_SPIRAM_Nx: ESP32、ESP32-WROOM、ESP32-WROVER、ESP32-SOLO、ESP32-PICO、ESP32-MINI with SPIRAM and xMiB Flash
1010
2. ESP32_GENERIC_S3_SPIRAM_OCT_Nx: ESP32-S3、ESP32-S3-WROOM、ESP32-S3-MINI with Octal-SPIRAM and xMiB Flash

0 commit comments

Comments
 (0)