Remove literal string, add environment

This commit is contained in:
fvanroie 2021-01-20 02:18:59 +01:00
parent 6888572970
commit bb6e5c5938

View File

@ -647,7 +647,8 @@ void debugPreSetup(JsonObject settings)
debugPrintHaspHeader(&Serial);
Serial.flush();
Log.trace(TAG_DEBG, ("Serial started at %u baud"), baudrate);
Log.trace(TAG_DEBG, F("Serial started at %u baud"), baudrate);
Log.trace(TAG_DEBG, F("Environment: " PIOENV_STR));
}
}