Sfoglia il codice sorgente

Forcing sim808 powerOff on main loop

tags/v1.4.3^2
Bertrand Lemasle 6 anni fa
parent
commit
e114208fbc
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/Core.cpp

+ 2
- 0
src/Core.cpp Vedi File

@@ -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);
}


Caricamento…
Annulla
Salva