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
Fixed double init from setup
tags/v1.2.0
Bertrand Lemasle
7 years ago
parent
8c7628a6e7
commit
d0e93ea777
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
GpsTracker/Hardware.cpp
+ 1
- 1
GpsTracker/Hardware.cpp
View File
@@ -39,7 +39,7 @@ namespace hardware {
simSerial.begin(4800);
device.begin(simSerial);
device.
init(
);
device.
powerOnOff(false
);
}
void gpsPowerOn() {
Write
Preview
Loading…
Cancel
Save