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
Disable SIM808 phone functionality when powering on the gps only
tags/v1.2.0
Bertrand Lemasle
6 years ago
parent
a8ad48317a
commit
fcf9a68c0f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Hardware.cpp
+ 2
- 0
Hardware.cpp
View File
@@ -63,6 +63,8 @@ namespace hardware {
VEBOSE("gpsPowerOn");
powerOn();
//SIM808 turns phone on by default but we don't need it
if(!networkPoweredCount) device.setPhoneFunctionality(SIM808_PHONE_FUNCTIONALITY::MINIMUM);
device.enableGps();
}
Write
Preview
Loading…
Cancel
Save