Merge pull request #12 from eiriksm/eiriksm-patch-5

Fix wrong code comments about LE interval settings
This commit is contained in:
Jose Castillo 2025-03-16 08:09:30 -04:00 committed by GitHub
commit 6d772a9b72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,12 +77,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