Disable bettercamera by default.

This commit is contained in:
IvanDSM 2020-05-10 15:08:59 -03:00
parent 0edbb78e1f
commit 8ef4896f86
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ TARGET_RPI ?= 0
# Compiler to use (ido or gcc)
COMPILER ?= ido
# Enable better camera by default
BETTERCAMERA ?= 1
# Disable better camera by default
BETTERCAMERA ?= 0
# Build for Emscripten/WebGL
TARGET_WEB ?= 0