This website works better with JavaScript.
首頁
探索
說明
登入
GPS
/
gpstracker-firmware
镜像来自
https://github.com/blemasle/gpstracker-firmware.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
8
Wiki
Activity
瀏覽代碼
Removed sim808 powerOn / off on startup to improve startup speed
tags/v1.2.0
Bertrand Lemasle
7 年之前
父節點
2c35fbe0f1
當前提交
0be4128850
共有
1 個文件被更改
,包括
0 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
GpsTracker/Hardware.cpp
+ 0
- 3
GpsTracker/Hardware.cpp
查看文件
@@ -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…
取消
儲存