We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb611b7 commit e6c6895Copy full SHA for e6c6895
.github/workflows/build_esp32.yml
@@ -1,6 +1,7 @@
1
name: ESP32
2
3
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule
4
+
5
on:
6
pull_request:
7
paths:
scripts/build.sh
@@ -17,8 +17,8 @@ function prepare_dependencies {
17
cd dependencies
18
19
ULAB_VERSION=6.0.12
20
- #MICRO_PYTHON_VERSION=v1.20.0
21
- MICRO_PYTHON_VERSION=master
+ MICRO_PYTHON_VERSION=v1.20.0
+ #MICRO_PYTHON_VERSION=master
22
MICROPYTHON_ESP32_CAMERA_DRIVER=master
23
ESP32_TFLITE_VERSION=v1.0.0
24
0 commit comments