From ebdff5929385f5b6260b6e036462d2b97d39197f Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" <5425387+Ralim@users.noreply.github.com> Date: Sat, 8 Feb 2025 17:17:01 +1100 Subject: [PATCH] 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 --- source/Core/Src/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/Src/Settings.cpp b/source/Core/Src/Settings.cpp index 28198f78..49b86153 100644 --- a/source/Core/Src/Settings.cpp +++ b/source/Core/Src/Settings.cpp @@ -93,7 +93,7 @@ static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOp { 0, 6, 1, 1}, // LOGOTime { 0, 1, 1, 0}, // CalibrateCJC { 0, 1, 1, 0}, // BluetoothLE - { 0, 2, 1, 1}, // USBPDMode + { 0, 2, 1, 0}, // USBPDMode { 1, 5, 1, 4}, // ProfilePhases { MIN_TEMP_C, MAX_TEMP_F, 5, 90}, // ProfilePreheatTemp { 1, 10, 1, 1}, // ProfilePreheatSpeed