SusDummy output matched to student test case

This commit is contained in:
Marius Eggert 2022-10-06 15:33:01 +02:00
parent 9d0e10eb1e
commit 1844df2195

View File

@ -48,6 +48,10 @@ void SusDummy::performControlOperation() {
} else { } else {
susSet.setValidity(true, true); susSet.setValidity(true, true);
} }
susSet.channels[0] = 3913;
susSet.channels[1] = 3912;
susSet.channels[2] = 3799;
susSet.channels[3] = 4056;
susSet.commit(); susSet.commit();
} }