This website works better with JavaScript.
首頁
探索
說明
登入
GPS
/
gpstracker-firmware
镜像来自
https://github.com/blemasle/gpstracker-firmware.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
8
Wiki
Activity
瀏覽代碼
Fixed constant string being declared in RAM
tags/v1.2.0
Bertrand Lemasle
7 年之前
父節點
6a6b6063a2
當前提交
b75f48671c
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
GpsTracker/Logging.cpp
+ 1
- 1
GpsTracker/Logging.cpp
查看文件
@@ -11,7 +11,7 @@ namespace logging {
Serial.begin(LOG_SERIAL_SPEED);
Serial.begin(LOG_SERIAL_SPEED);
Log.begin(LOG_LEVEL, &Serial);
Log.begin(LOG_LEVEL, &Serial);
Log.notice("Starting...\n");
Log.notice(
F(
"Starting...\n"
)
);
}
}
}
}
Write
Preview
Loading…
取消
儲存