fix: exclude e-paper lib by default

This commit is contained in:
IOsetting 2023-03-10 02:22:44 +08:00
parent 3cc2161133
commit d2c9a35c85

View File

@ -16,7 +16,7 @@ USE_FREERTOS ?= n
# Build with CMSIS DSP functions, y:yes, n:no
USE_DSP ?= n
# Build with Waveshare e-paper lib, y:yes, n:no
USE_EPAPER ?= y
USE_EPAPER ?= n
# Programmer, jlink or pyocd
FLASH_PROGRM ?= pyocd