Explorar el Código

Fixed constant string being declared in RAM

tags/v1.2.0
Bertrand Lemasle hace 7 años
padre
commit
b75f48671c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      GpsTracker/Logging.cpp

+ 1
- 1
GpsTracker/Logging.cpp Ver fichero

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


Cargando…
Cancelar
Guardar