From cdb92fb2d23602ef58d258cb0b54f7771a69c63c Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Mon, 16 Dec 2024 17:14:09 -0500 Subject: [PATCH] default to no sensor board --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af2e91b4..9768975a 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ BOARD=sensorwatch_pro DISPLAY=CLASSIC # Which sensor board? -SENSOR=MOTION +SENSOR=NONE # Support USB features? TINYUSB_CDC=1