mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Remove literal string, add environment
This commit is contained in:
parent
6888572970
commit
bb6e5c5938
@ -647,7 +647,8 @@ void debugPreSetup(JsonObject settings)
|
|||||||
debugPrintHaspHeader(&Serial);
|
debugPrintHaspHeader(&Serial);
|
||||||
Serial.flush();
|
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user