From: Joey Castillo Date: Mon, 16 Dec 2024 22:14:09 +0000 (-0500) Subject: default to no sensor board X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=cdb92fb2d23602ef58d258cb0b54f7771a69c63c;p=sensor-watch.git default to no sensor board --- diff --git a/Makefile b/Makefile index af2e91b..9768975 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