From fb2ba667e9ca5d07af605500474dbdfa4d6f6a00 Mon Sep 17 00:00:00 2001 From: "Eirik S. Morland" Date: Tue, 14 Jan 2025 13:53:53 +0100 Subject: [PATCH 1/2] Add more comments about the flag BOARD --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9768975a..1e0ea8f6 100644 --- 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? From eeedec216b293c3ce9612284bcada508d2da816d Mon Sep 17 00:00:00 2001 From: Eirik Stanghelle Morland Date: Wed, 5 Feb 2025 22:22:39 +0100 Subject: [PATCH 2/2] Wrong code comments about LE interval settings --- movement_config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/movement_config.h b/movement_config.h index fd01eac5..8a3df2a9 100644 --- a/movement_config.h +++ b/movement_config.h @@ -76,12 +76,12 @@ const watch_face_t watch_faces[] = { /* Set the timeout before switching to low energy mode * Valid values are: * 0: Never - * 1: 1 hour - * 2: 2 hours - * 3: 6 hours - * 4: 12 hours - * 5: 1 day - * 6: 2 days + * 1: 10 minutes + * 2: 1 hour + * 3: 2 hours + * 4: 6 hours + * 5: 12 hours + * 6: 1 day * 7: 7 days */ #define MOVEMENT_DEFAULT_LOW_ENERGY_INTERVAL 0