add pioenv to version string in debug log (#7328)

This commit is contained in:
Thomas Göttgens 2025-07-13 19:16:14 +02:00 committed by GitHub
parent 2ecbf704d0
commit 16d2650236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -286,7 +286,7 @@ void lateInitVariant() {}
*/
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
void setup()