Skip to content

Commit 077560f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)