From d2c9a35c85c0efc8847ce051d561f01d8211a4e2 Mon Sep 17 00:00:00 2001 From: IOsetting Date: Fri, 10 Mar 2023 02:22:44 +0800 Subject: [PATCH] fix: exclude e-paper lib by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25a2016..bd7721a 100644 --- a/Makefile +++ b/Makefile @@ -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