Parcourir la source

Forcing sim808 powerOff on main loop

tags/v1.4.3^2
Bertrand Lemasle il y a 6 ans
Parent
révision
e114208fbc
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      src/Core.cpp

+ 2
- 0
src/Core.cpp Voir le fichier

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


Chargement…
Annuler
Enregistrer