ソースを参照

Forcing sim808 powerOff on main loop

tags/v1.4.3^2
Bertrand Lemasle 6年前
コミット
e114208fbc
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      src/Core.cpp

+ 2
- 0
src/Core.cpp ファイルの表示

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


読み込み中…
キャンセル
保存