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 2c8a2a8 commit 69b68e2Copy full SHA for 69b68e2
1 file changed
bin/build-esp32.sh
@@ -12,7 +12,8 @@ rm -f $OUTDIR/firmware*
12
rm -r $OUTDIR/* || true
13
14
# Important to pull latest version of libs into all device flavors, otherwise some devices might be stale
15
-platformio pkg install -e $1
+# platformio pkg install -e $1
16
+# ...redundant with pioarduino
17
18
echo "Building for $1 with $PLATFORMIO_BUILD_FLAGS"
19
rm -f $BUILDDIR/firmware*
0 commit comments