]> git.earman.xyz Git - sensor-watch.git/commitdiff
default to no sensor board
authorJoey Castillo <joeycastillo@utexas.edu>
Mon, 16 Dec 2024 22:14:09 +0000 (17:14 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Mon, 16 Dec 2024 22:14:09 +0000 (17:14 -0500)
Makefile

index af2e91b412aa29ae25d9175f88bbdf165be19447..9768975ae75bdb23d283c6772e50e9aa6ab5381a 100644 (file)
--- 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