Boost is it actually "open+closed"? fix #4803

This commit is contained in:
rusefillc 2022-11-20 00:03:40 -05:00
parent abedddf314
commit ba8a510f77
1 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@ bit verboseCan2,"Print all","Do not print";Print incoming and outgoing second bu
switch_input_pin_e launchActivatePin; switch_input_pin_e launchActivatePin;
pid_s boostPid; pid_s boostPid;
custom boostType_e 1 bits, U08, @OFFSET@, [0:0], "Open Loop", "Closed Loop" custom boostType_e 1 bits, U08, @OFFSET@, [0:0], "Open Loop", "Open + Closed Loop"
boostType_e boostType; boostType_e boostType;
int boostPwmFrequency;;"Hz", 1, 0, 0, 3000, 0 int boostPwmFrequency;;"Hz", 1, 0, 0, 3000, 0