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 6a5209b commit 8f7d33aCopy full SHA for 8f7d33a
scripts/build_and_check.sh
@@ -14,7 +14,7 @@ function finish {
14
trap finish EXIT
15
16
BOARD=${1:-MICROLITE}
17
-IDF_VERSION=${IDF_VERSION:-v5.2.2}
+IDF_VERSION=${IDF_VERSION:-v5.3.3}
18
19
# Update submodules required for build
20
if [ ! -d third_party/micropython ]; then
0 commit comments