]> git.earman.xyz Git - sensor-watch.git/commitdiff
Wrong code comments about LE interval settings
authorEirik Stanghelle Morland <eirik@morland.no>
Wed, 5 Feb 2025 21:22:39 +0000 (22:22 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2025 21:22:39 +0000 (22:22 +0100)
movement_config.h

index fd01eac59f8d49af45d8eab035237b7884dd5546..8a3df2a90d62bfca08bdc6bbbb5a1ee27dfaa8c4 100644 (file)
@@ -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