1
0
forked from me/IronOS

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

@@ -87,7 +87,7 @@ static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOp
{0, 5, 1, 1}, // LOGOTime
{0, 1, 1, 0}, // CalibrateCJC
{0, 1, 1, 1}, // BLEEnabled
{0, 1, 1, 1}, // PDVpdoEnabled
};
static_assert((sizeof(settingsConstants) / sizeof(SettingConstants)) == ((int)SettingsOptions::SettingsOptionsLength));