Skip to content

Commit 8f7d33a

Browse files
committed
IDF version 5.3.3
1 parent 6a5209b commit 8f7d33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_and_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function finish {
1414
trap finish EXIT
1515

1616
BOARD=${1:-MICROLITE}
17-
IDF_VERSION=${IDF_VERSION:-v5.2.2}
17+
IDF_VERSION=${IDF_VERSION:-v5.3.3}
1818

1919
# Update submodules required for build
2020
if [ ! -d third_party/micropython ]; then

0 commit comments

Comments
 (0)