Skip to content

Commit ebdff59

Browse files
authored
Default to no EPR/PPS so its opt in (#2073)
Some chargers have funky PPS. Plus some do not want EPR be default (even though 28V is safe by designer on PinecilV2). So take the safest option by default and make it opt-in
1 parent 08ff68c commit ebdff59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Core/Src/Settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOp
9393
{ 0, 6, 1, 1}, // LOGOTime
9494
{ 0, 1, 1, 0}, // CalibrateCJC
9595
{ 0, 1, 1, 0}, // BluetoothLE
96-
{ 0, 2, 1, 1}, // USBPDMode
96+
{ 0, 2, 1, 0}, // USBPDMode
9797
{ 1, 5, 1, 4}, // ProfilePhases
9898
{ MIN_TEMP_C, MAX_TEMP_F, 5, 90}, // ProfilePreheatTemp
9999
{ 1, 10, 1, 1}, // ProfilePreheatSpeed

0 commit comments

Comments
 (0)