From: Jose Castillo Date: Sun, 16 Mar 2025 12:09:59 +0000 (-0400) Subject: Merge pull request #11 from eiriksm/fix/doc-board-flag X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=5d27573ff5895a3748c8494ae85af79bcf7e0778;p=sensor-watch.git Merge pull request #11 from eiriksm/fix/doc-board-flag Add more comments about the flag BOARD --- 5d27573ff5895a3748c8494ae85af79bcf7e0778 diff --cc Makefile index 5d60402,1e0ea8f..9bf7ed4 --- a/Makefile +++ b/Makefile @@@ -2,11 -2,14 +2,15 @@@ 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? -DISPLAY=CLASSIC +# Sensor Watch will detect the display, unless you are debugging over USB. +# If you need to force a specific display, set this to the type you want, CLASSIC or CUSTOM +# FORCE_DISPLAY_TYPE=CUSTOM # Which sensor board? SENSOR=NONE