]> git.earman.xyz Git - sensor-watch.git/commitdiff
Update Configuration
authorrush <iv@earman.xyz>
Fri, 26 Jun 2026 20:54:19 +0000 (16:54 -0400)
committerrush <iv@earman.xyz>
Fri, 26 Jun 2026 20:54:19 +0000 (16:54 -0400)
Makefile

index 3c4436f32f5621af809800b004029f75f52affc7..bac6a37dcb75b4c388ffa42a619157af81dd39a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,10 @@ GOSSAMER_PATH=gossamer
 # - sensorwatch_green
 # - sensorwatch_red (also known as Sensor Watch Lite)
 # - sensorwatch_blue
-BOARD=sensorwatch_pro
+BOARD=sensorwatch_pro
 
 # Set this to the type of display in your watch: classic or custom. Commented out to force a choice when building.
-# DISPLAY=classic
+DISPLAY=custom
 
 # End of user configurable options.