We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b8f83 commit 567a899Copy full SHA for 567a899
lib/communication/science_lab.dart
@@ -121,12 +121,12 @@ class ScienceLab {
121
if (getIt<BoardStateProvider>().pslabVersion == 6) {
122
dacChannels['PCS'] = DACChannel('PCS', [0, 3.3], 0, 0);
123
dacChannels['PV3'] = DACChannel('PV3', [0, 3.3], 1, 1);
124
- dacChannels['PC2'] = DACChannel('PC2', [-3.3, 3.3], 2, 0);
+ dacChannels['PV2'] = DACChannel('PV2', [-3.3, 3.3], 2, 0);
125
dacChannels['PV1'] = DACChannel('PV1', [-5, 5], 3, 1);
126
} else {
127
128
129
- dacChannels['PC2'] = DACChannel('PC2', [-3.3, 3.3], 2, 2);
+ dacChannels['PV2'] = DACChannel('PV2', [-3.3, 3.3], 2, 2);
130
dacChannels['PV1'] = DACChannel('PV1', [-5, 5], 3, 3);
131
}
132
0 commit comments