ソースを参照

Remove/replace some Serial.print

tags/v1.2.0
Bertrand Lemasle 7年前
コミット
56fab86c21
3個のファイルの変更1行の追加3行の削除
  1. +0
    -1
      GpsTracker/Debug.cpp
  2. +1
    -1
      GpsTracker/GpsTracker.ino
  3. +0
    -1
      GpsTracker/Positions.h

+ 0
- 1
GpsTracker/Debug.cpp ファイルの表示

@@ -114,7 +114,6 @@ namespace debug {
void waitForSerial() {
while (!Serial);
Serial.begin(DEBUG_SERIAL_SPEED);
Serial.println("Starting !");
}

int freeRam() {


+ 1
- 1
GpsTracker/GpsTracker.ino ファイルの表示

@@ -80,6 +80,6 @@ void loop() {
break;
case debug::GPSTRACKER_DEBUG_COMMAND::SD_WRITE_TEST:
default:
Serial.println(F("Unsupported command !"));
NOTICE_MSG("loop", "Unsupported");
}
}

+ 0
- 1
GpsTracker/Positions.h ファイルの表示

@@ -1,7 +1,6 @@
#pragma once

#include <SIM808_Types.h>
#include "PositionsBackup.h"

#define POSITION_SIZE 115



読み込み中…
キャンセル
保存