Skip to content

Commit 16d2650

Browse files
authored
add pioenv to version string in debug log (#7328)
1 parent 2ecbf70 commit 16d2650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ void lateInitVariant() {}
286286
*/
287287
void printInfo()
288288
{
289-
LOG_INFO("S:B:%d,%s", HW_VENDOR, optstr(APP_VERSION));
289+
LOG_INFO("S:B:%d,%s,%s", HW_VENDOR, optstr(APP_VERSION), optstr(APP_ENV));
290290
}
291291
#ifndef PIO_UNIT_TESTING
292292
void setup()

0 commit comments

Comments
 (0)