Skip to content

Commit

Permalink
error?
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 committed Oct 10, 2024
1 parent 063e2e9 commit e333ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ESP32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
fi
if [ -n "${CAMERA_MODEL}" ]; then
echo "FW_NAME=${CAMERA_MODEL}" >> $GITHUB_ENV
FINAL_CMD="make ${MAKE_CMD} CFLAGS_EXTRA=\"-DMP_CAMERA_MODEL_${CAMERA_MODEL}=1\" all"
FINAL_CMD="make ${MAKE_CMD} CFLAGS_USERMOD=\"-DMP_CAMERA_MODEL_${CAMERA_MODEL}=1\" all"
else
echo "FW_NAME=${BUILD_TARGET}" >> $GITHUB_ENV
FINAL_CMD="make ${MAKE_CMD} all"
Expand Down

0 comments on commit e333ba7

Please sign in to comment.