Browse Source

Adjusted sleep timings

tags/v1.2.0
Bertrand Lemasle 7 years ago
parent
commit
2273ed1464
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      GpsTracker/Config.h

+ 2
- 1
GpsTracker/Config.h View File

@@ -59,7 +59,8 @@ struct config_t {
namespace config {

static const sleepTimings_t defaultSleepTimings[] PROGMEM = {
{ 3, SLEEP_TIMING_TIME(16, 00), SLEEP_TIMING_MAX, SLEEP_DEFAULT_TIME_SECONDS },
{ 3, SLEEP_TIMING_TIME(16, 00), SLEEP_TIMING_TIME(19, 59), 3600 },
{ 3, SLEEP_TIMING_TIME(20, 00), SLEEP_TIMING_MAX, SLEEP_DEFAULT_TIME_SECONDS },
{ 3, SLEEP_TIMING_MIN, SLEEP_TIMING_TIME(8, 29), SLEEP_DEFAULT_TIME_SECONDS },
{ 3, SLEEP_TIMING_TIME(8, 30), SLEEP_TIMING_TIME(15, 59), 10800 },



Loading…
Cancel
Save