Skip to content

Commit e2bf931

Browse files
committed
update
1 parent 213ca9e commit e2bf931

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/LVGL_MicroPython.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
### LVGL & MicroPython Firmware For ESP32
8282
[LVGL_MicroPython](https://github.com/lvgl-micropython/lvgl_micropython)
8383
LVGL: v9.1.0
84-
MicroPython: v1.23.0
85-
ESP-IDF: v5.2.0
84+
MicroPython: v1.24.1
85+
ESP-IDF: v5.2.3
8686
overwrite: true
8787

8888
Delete_Workflow:

.github/workflows/MicroPython.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
MICROPYTHON_VERSION: v1.24.1
1010
ESPIDF: esp-idf
1111
ESPIDF_REPO: https://github.com/espressif/esp-idf.git
12-
ESPIDF_VERSION: v5.2.2
12+
ESPIDF_VERSION: v5.2.3
1313
TZ: Asia/Shanghai
1414

1515
jobs:

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MicroPython、LVGL firmware for ESP32.
44
## [Micropython](https://github.com/micropython/micropython)
55
### Version
66
MicroPython: v1.24.1
7-
ESP-IDF: v5.2.2
7+
ESP-IDF: v5.2.3
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
@@ -13,8 +13,8 @@ ESP-IDF: v5.2.2
1313
A modified LVGL binding for Micropython.
1414
### Version
1515
LVGL: v9.1.0
16-
MicroPython: v1.23.0
17-
ESP-IDF: v5.2.0
16+
MicroPython: v1.24.1
17+
ESP-IDF: v5.2.3
1818
## Board
1919
* [x] ESP32-WROVER-B-N4R8
2020
* [x] ESP32-S3-N8R8

0 commit comments

Comments
 (0)