Merge branch 'main' of github.com:joeycastillo/second-movement
This commit is contained in:
commit
16acc5f349
4
Makefile
4
Makefile
@ -2,6 +2,10 @@
|
|||||||
GOSSAMER_PATH=gossamer
|
GOSSAMER_PATH=gossamer
|
||||||
|
|
||||||
# Which board are we building for?
|
# Which board are we building for?
|
||||||
|
# Options are:
|
||||||
|
# - sensorwatch_pro
|
||||||
|
# - sensorwatch_green
|
||||||
|
# - sensorwatch_red (also known as Sensor Watch Lite)
|
||||||
BOARD=sensorwatch_pro
|
BOARD=sensorwatch_pro
|
||||||
|
|
||||||
# Sensor Watch will detect the display, unless you are debugging over USB.
|
# Sensor Watch will detect the display, unless you are debugging over USB.
|
||||||
|
|||||||
@ -77,12 +77,12 @@ const watch_face_t watch_faces[] = {
|
|||||||
/* Set the timeout before switching to low energy mode
|
/* Set the timeout before switching to low energy mode
|
||||||
* Valid values are:
|
* Valid values are:
|
||||||
* 0: Never
|
* 0: Never
|
||||||
* 1: 1 hour
|
* 1: 10 minutes
|
||||||
* 2: 2 hours
|
* 2: 1 hour
|
||||||
* 3: 6 hours
|
* 3: 2 hours
|
||||||
* 4: 12 hours
|
* 4: 6 hours
|
||||||
* 5: 1 day
|
* 5: 12 hours
|
||||||
* 6: 2 days
|
* 6: 1 day
|
||||||
* 7: 7 days
|
* 7: 7 days
|
||||||
*/
|
*/
|
||||||
#define MOVEMENT_DEFAULT_LOW_ENERGY_INTERVAL 0
|
#define MOVEMENT_DEFAULT_LOW_ENERGY_INTERVAL 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user