Debug Menu: add time of compilation to timestamp build

This commit is contained in:
Ivan Zorin
2025-02-13 07:49:22 +03:00
parent ebdff59293
commit dc2b91c879

View File

@@ -152,7 +152,7 @@ def get_constants() -> List[Tuple[str, str]]:
def get_debug_menu() -> List[str]:
return [
datetime.today().strftime("%Y-%m-%d"),
datetime.today().strftime("%Y%m%d %H%M%S"),
"ID ",
"ACC ",
"PWR ",