Merge branch 'dev' into Sequre-T55
Some checks failed
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_readme (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled

This commit is contained in:
discip
2024-07-23 21:26:20 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -107,13 +107,13 @@
}, },
"menuValues": { "menuValues": {
"USBPDModeDefault": { "USBPDModeDefault": {
"displayText": "Modo\npredefinito" "displayText": "Modalità\npredefinita"
}, },
"USBPDModeNoDynamic": { "USBPDModeNoDynamic": {
"displayText": "Modo\nstatico" "displayText": "Modalità\nstatica"
}, },
"USBPDModeSafe": { "USBPDModeSafe": {
"displayText": "Modo\nsicuro" "displayText": "Modalità\nsicura"
} }
}, },
"menuOptions": { "menuOptions": {