get git url part from local repo (#7331)

This commit is contained in:
Thomas Göttgens
2025-07-14 05:11:26 -05:00
committed by GitHub
co-authored by GitHub
parent 29cca4d621
commit ac3e5684d6
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ void lateInitVariant() {}
*/
void printInfo()
{
LOG_INFO("S:B:%d,%s,%s", HW_VENDOR, optstr(APP_VERSION), optstr(APP_ENV));
LOG_INFO("S:B:%d,%s,%s,%s", HW_VENDOR, optstr(APP_VERSION), optstr(APP_ENV), optstr(APP_REPO));
}
#ifndef PIO_UNIT_TESTING
void setup()