This website works better with JavaScript.
Home
Explore
Help
Sign In
GPS
/
gpstracker-firmware
mirror of
https://github.com/blemasle/gpstracker-firmware.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Forcing sim808 powerOff on main loop
tags/v1.4.3^2
Bertrand Lemasle
6 years ago
parent
f6bebe2265
commit
e114208fbc
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/Core.cpp
+ 2
- 0
src/Core.cpp
View 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);
}
Write
Preview
Loading…
Cancel
Save