Added VPDO option for disabling PPS/EPR PDOs.

This commit is contained in:
Samuel Hedrick
2023-02-19 14:13:50 -06:00
parent 5265d7b1ac
commit 9892dd0423
7 changed files with 23 additions and 9 deletions

View File

@@ -242,6 +242,10 @@
"BLEEnabled": {
"displayText": "BLE\n Enabled",
"description": "Enables BLE"
}
},
"PDVpdoEnabled": {
"displayText": "PD VPDO\nEnabled",
"description": "Enables PPS/EPR modes."
}
}
}

View File

@@ -402,6 +402,12 @@
"maxLen": 7,
"maxLen2": 15,
"description": "Should BLE be enabled at boot time."
}
},
{
"id": "PDVpdoEnabled",
"maxLen": 7,
"maxLen2": 15,
"description": "Enabled PPS/EPR modes."
}
]
}
}