Explorar el Código

Forcing sim808 powerOff on main loop

tags/v1.4.3^2
Bertrand Lemasle hace 6 años
padre
commit
e114208fbc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/Core.cpp

+ 2
- 0
src/Core.cpp Ver fichero

@@ -61,6 +61,8 @@ namespace core {
}
if (acquired) updateRtcTime();
hardware::sim808::powerOff(); //forcing power off, regardless of the counts and current use
mainunit::deepSleep(sleepTime);
}


Cargando…
Cancelar
Guardar