Skip to content

Commit e6c6895

Browse files
committed
Pin micropython to v1.20.0
1 parent fb611b7 commit e6c6895

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build_esp32.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: ESP32
22

33
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule
4+
45
on:
56
pull_request:
67
paths:

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ function prepare_dependencies {
1717
cd dependencies
1818

1919
ULAB_VERSION=6.0.12
20-
#MICRO_PYTHON_VERSION=v1.20.0
21-
MICRO_PYTHON_VERSION=master
20+
MICRO_PYTHON_VERSION=v1.20.0
21+
#MICRO_PYTHON_VERSION=master
2222
MICROPYTHON_ESP32_CAMERA_DRIVER=master
2323
ESP32_TFLITE_VERSION=v1.0.0
2424

0 commit comments

Comments
 (0)