このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
GPS
/
gpstracker-firmware
ミラー元
https://github.com/blemasle/gpstracker-firmware.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
8
Wiki
アクティビティ
ソースを参照
Forcing sim808 powerOff on main loop
tags/v1.4.3^2
Bertrand Lemasle
6年前
親
f6bebe2265
コミット
e114208fbc
1個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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);
}
書き込み
プレビュー
読み込み中…
キャンセル
保存