added running to position on initial connection and safeguard against starting a run without calibration
This commit is contained in:
@@ -219,7 +219,8 @@ void servoServerListen() {
|
||||
|
||||
void runToAppPos(uint8_t appPos) {
|
||||
// manual control takes precedence over remote control, always.
|
||||
if (runningManual) return;
|
||||
// also do not begin operation if not calibrated;
|
||||
if (runningManual || !calib.getCalibrated()) return;
|
||||
servoOff();
|
||||
|
||||
// allow servo position to settle
|
||||
|
||||
Reference in New Issue
Block a user