ソースを参照

Fixed constant string being declared in RAM

tags/v1.2.0
Bertrand Lemasle 7年前
コミット
b75f48671c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      GpsTracker/Logging.cpp

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

@@ -11,7 +11,7 @@ namespace logging {
Serial.begin(LOG_SERIAL_SPEED);
Log.begin(LOG_LEVEL, &Serial);

Log.notice("Starting...\n");
Log.notice(F("Starting...\n"));
}
}


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