First Version of ACS Controller #329

Merged
muellerr merged 106 commits from acs-ctrl-v1 into develop 2022-12-02 16:21:58 +01:00
Showing only changes of commit 5cbbf4ceb2 - Show all commits

View File

@ -51,7 +51,8 @@ void SusDummy::performControlOperation() {
susSet.channels[0] = 3913;
susSet.channels[1] = 3912;
susSet.channels[2] = 3799;
susSet.channels[3] = 4056;
susSet.channels[3] = 3797;
susSet.channels[4] = 4056;
susSet.commit();
}