Procházet zdrojové kódy

Forcing sim808 powerOff on main loop

tags/v1.4.3^2
Bertrand Lemasle před 6 roky
rodič
revize
e114208fbc
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      src/Core.cpp

+ 2
- 0
src/Core.cpp Zobrazit soubor

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


Načítá se…
Zrušit
Uložit