not build cc1101 in local build, app_release default in CI build

This commit is contained in:
aanper
2020-10-19 09:56:12 +03:00
parent 5bd5136972
commit dc39be505b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ LIB_DIR = $(PROJECT_ROOT)/lib
CFLAGS += -I$(APP_DIR)
APP_RELEASE ?= 1
APP_RELEASE ?= 0
ifeq ($(APP_RELEASE), 1)
APP_GUI = 1
APP_INPUT = 1