Ver a proveniência

Fixed constant string being declared in RAM

tags/v1.2.0
Bertrand Lemasle há 7 anos
ascendente
cometimento
b75f48671c
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      GpsTracker/Logging.cpp

+ 1
- 1
GpsTracker/Logging.cpp Ver ficheiro

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


Carregando…
Cancelar
Guardar