Fix noSuchFieldException on calibration

This commit is contained in:
Matt
2019-11-29 20:38:31 -08:00
parent d01e70b1ec
commit bea80cb700

View File

@@ -47,8 +47,8 @@
}
},
sendSlope(m, b, valid) {
this.handleInput('m', m);
this.handleInput('b', b);
this.handleInput('dualTargetCalibrationM', m);
this.handleInput('dualTargetCalibrationB', b);
this.$emit('update');
},
clearSlope() {