Browse Source

Fixed constant string being declared in RAM

tags/v1.2.0
Bertrand Lemasle 7 years ago
parent
commit
b75f48671c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      GpsTracker/Logging.cpp

+ 1
- 1
GpsTracker/Logging.cpp View File

@@ -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"));
}
}


Loading…
Cancel
Save