Disable bettercamera by default.

master
IvanDSM 2020-05-10 15:08:59 -03:00
parent aa046c76d9
commit 5e2e510500
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