]> git.earman.xyz Git - sensor-watch.git/commitdiff
Add more comments about the flag BOARD
authorEirik S. Morland <eirik@morland.no>
Tue, 14 Jan 2025 12:53:53 +0000 (13:53 +0100)
committerEirik S. Morland <eirik@morland.no>
Tue, 14 Jan 2025 12:53:53 +0000 (13:53 +0100)
Makefile

index 9768975ae75bdb23d283c6772e50e9aa6ab5381a..1e0ea8f6ebd8134cd612ab7b982bc0c56a4e214a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,10 @@
 GOSSAMER_PATH=gossamer
 
 # Which board are we building for?
+# Options are:
+# - sensorwatch_pro
+# - sensorwatch_green
+# - sensorwatch_red (also known as Sensor Watch Lite)
 BOARD=sensorwatch_pro
 
 # Which screen are we building for?