mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 04:15:53 +00:00
add pioenv to version string in debug log (#7328)
This commit is contained in:
parent
2ecbf704d0
commit
16d2650236
@ -286,7 +286,7 @@ void lateInitVariant() {}
|
|||||||
*/
|
*/
|
||||||
void printInfo()
|
void printInfo()
|
||||||
{
|
{
|
||||||
LOG_INFO("S:B:%d,%s", HW_VENDOR, optstr(APP_VERSION));
|
LOG_INFO("S:B:%d,%s,%s", HW_VENDOR, optstr(APP_VERSION), optstr(APP_ENV));
|
||||||
}
|
}
|
||||||
#ifndef PIO_UNIT_TESTING
|
#ifndef PIO_UNIT_TESTING
|
||||||
void setup()
|
void setup()
|
||||||
|
Loading…
Reference in New Issue
Block a user