We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3986dfe commit 462ebbbCopy full SHA for 462ebbb
scripts/build_lvgl_micropython.sh
@@ -20,7 +20,7 @@ if [ "$buildtype" == "devbuild" ]; then
20
manifest=""
21
fi
22
23
-if [ "$buildtype" != "unix" -o "$buildtype" != "macOS" ]; then
+if [ "$buildtype" != "unix" -a "$buildtype" != "macOS" ]; then
24
python3 make.py --ota --partition-size=4194304 --flash-size=16 esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=st7789 INDEV=cst816s USER_C_MODULE="/home/user/sources/micropython-camera-API/src/micropython.cmake" "$manifest"
25
else
26
# build for desktop
0 commit comments