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 750c3ad commit 97a35a1Copy full SHA for 97a35a1
scripts/deploy-esp32.sh
@@ -11,4 +11,4 @@ if [ -z "$BOARD" ]; then
11
fi
12
13
cd $MICROPYTHON/ports/esp32
14
-make deploy BOARD=$BOARD BOARD_VARIANT=$VARIANT
+make deploy BOARD=$BOARD BOARD_VARIANT=$BOARD_VARIANT
0 commit comments