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
Removed sim808 powerOn / off on startup to improve startup speed
tags/v1.2.0
Bertrand Lemasle
7 years ago
parent
2c35fbe0f1
commit
0be4128850
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
GpsTracker/Hardware.cpp
+ 0
- 3
GpsTracker/Hardware.cpp
View File
@@ -43,11 +43,8 @@ namespace hardware {
void setup() {
VERBOSE("setup");
device.powerOnOff(true);
simSerial.begin(4800);
device.begin(simSerial);
device.powerOnOff(false);
}
void gpsPowerOn() {
Write
Preview
Loading…
Cancel
Save