From a626d5a9c1990bf61871db4369e911b9d768d3a5 Mon Sep 17 00:00:00 2001 From: jonasius Date: Tue, 25 Jun 2024 17:26:14 +0200 Subject: [PATCH] Fix missing PD related description of menu items and messages for POW_PD_EXT --- Translations/translations_definitions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Translations/translations_definitions.json b/Translations/translations_definitions.json index 3b735c3a..5427d644 100644 --- a/Translations/translations_definitions.json +++ b/Translations/translations_definitions.json @@ -18,7 +18,7 @@ }, { "id": "NoPowerDeliveryMessage", - "include": ["POW_PD"], + "include": ["POW_PD", "POW_PD_EXT"], "description": "The IC required for USB-PD could not be communicated with. This is an error warning that USB-PD WILL NOT FUNCTION. Generally indicative of either a hardware or software issues." }, { @@ -240,14 +240,14 @@ "id": "PDNegTimeout", "maxLen": 8, "maxLen2": 15, - "include": ["POW_PD"], + "include": ["POW_PD", "POW_PD_EXT"], "description": "How long until firmware stops trying to negotiate for USB-PD and tries QC instead. Longer times may help dodgy / old PD adapters, faster times move onto PD quickly. Units of 100ms. Recommended to keep small values." }, { "id": "USBPDMode", "maxLen": 7, "maxLen2": 15, - "include": ["POW_PD"], + "include": ["POW_PD", "POW_PD_EXT"], "description": "No Dynamic disables EPR & PPS, Safe mode does not use padding resistance" }, {