0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +03:00

Updated aircopy

This commit is contained in:
OneOfEleven
2023-10-15 17:56:55 +01:00
parent 906c470567
commit b315d29a81
10 changed files with 121 additions and 87 deletions

View File

@ -1017,9 +1017,9 @@ void UI_DisplayMenu(void)
}
}
}
// add the date and time
strcat(String, "\n" __DATE__);
strcat(String, "\n" __TIME__);
strcat(String, "\n \n" __DATE__ "\n" __TIME__);
break;
}