Browse Source

adjust sleep delays

v1
Adam PIppin 3 years ago
parent
commit
f97cd04e80
  1. 2
      watchos/watchos_consts.h

2
watchos/watchos_consts.h

@ -113,7 +113,7 @@
// When an interactive event occurs (e.g., button press) how long to
// wait before going back to sleep.
#define MODULE_POWER_INTERACTIVE_LIGHT_SLEEP_DELAY 100
#define MODULE_POWER_INTERACTIVE_DEEP_SLEEP_DELAY 500
#define MODULE_POWER_INTERACTIVE_DEEP_SLEEP_DELAY 3000
// The rationale behind this separation is that generally if someone's
// pressed _a_ button, there's a good chance they may follow up with

Loading…
Cancel
Save