TS bench test trans solenoid buttons #2191

more fix
This commit is contained in:
rusefillc 2021-01-06 14:04:37 -05:00
parent 48968cae7f
commit a6fe108ee7
1 changed files with 4 additions and 4 deletions

View File

@ -377,20 +377,20 @@ void executeTSCommand(uint16_t subsystem, uint16_t index) {
}
break;
case CMD_TS_INJECTOR_CATEGORY;
if (subsystem == CMD_TS_INJECTOR_CATEGORY && !running) {
case CMD_TS_INJECTOR_CATEGORY:
if (!running) {
doRunFuel(index, "300", "4", "400", "3");
}
break;
case CMD_TS_SOLENOID_CATEGORY:
if (subsystem == &&!running) {
if (!running) {
doTestSolenoid(index, "300", "1000", "1000", "3");
}
break;
case CMD_TS_FSIO_CATEGORY:
if (subsystem == &&!running) {
if (!running) {
doBenchTestFsio(index, "300", "4", "400", "3");
}
break;