Fix missing PD related description of menu items and messages for POW_PD_EXT

This commit is contained in:
jonasius
2024-06-25 17:26:14 +02:00
parent c8c36d29bf
commit a626d5a9c1

View File

@@ -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"
},
{