ctb server: vlimit not impl, adc in degrees

This commit is contained in:
2019-02-14 18:28:32 +01:00
parent 501c579f6b
commit 4a8a72c447
4 changed files with 15 additions and 8 deletions

View File

@ -691,6 +691,13 @@ int set_dac(int file_des) {
case V_POWER_CHIP:
serverDacIndex = D_PWR_CHIP;
break;
case V_LIMIT:
break;
#elif MOENCHD
case ADC_VPP:
case HIGH_VOLTAGE:
case V_LIMIT:
break;
#endif
default:
#ifdef JUNGFRAUD