mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Added VPDO option for disabling PPS/EPR PDOs.
This commit is contained in:
@@ -242,6 +242,10 @@
|
||||
"BLEEnabled": {
|
||||
"displayText": "BLE\n Enabled",
|
||||
"description": "Enables BLE"
|
||||
}
|
||||
},
|
||||
"PDVpdoEnabled": {
|
||||
"displayText": "PD VPDO\nEnabled",
|
||||
"description": "Enables PPS/EPR modes."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user