Avoid massive position reset on reboot
This commit is contained in:
@@ -50,6 +50,7 @@ void servoInit() {
|
|||||||
gpio_set_level(debugLED, 0); // Start with LED off
|
gpio_set_level(debugLED, 0); // Start with LED off
|
||||||
|
|
||||||
topEnc->count = servoReadPos();
|
topEnc->count = servoReadPos();
|
||||||
|
bottomEnc->count = servoReadPos();
|
||||||
if (Calibration::getCalibrated()) initMainLoop();
|
if (Calibration::getCalibrated()) initMainLoop();
|
||||||
// debugLEDSwitch(1);
|
// debugLEDSwitch(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user