Explorar el Código

Adjusted sleep timings

tags/v1.2.0
Bertrand Lemasle hace 7 años
padre
commit
2273ed1464
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      GpsTracker/Config.h

+ 2
- 1
GpsTracker/Config.h Ver fichero

@@ -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 },



Cargando…
Cancelar
Guardar