Parcourir la source

Fixed constant string being declared in RAM

tags/v1.2.0
Bertrand Lemasle il y a 7 ans
Parent
révision
b75f48671c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      GpsTracker/Logging.cpp

+ 1
- 1
GpsTracker/Logging.cpp Voir le fichier

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


Chargement…
Annuler
Enregistrer