diff --git a/usbcontroller.cpp b/usbcontroller.cpp index 2c44270..6ce9129 100644 --- a/usbcontroller.cpp +++ b/usbcontroller.cpp @@ -442,7 +442,7 @@ void usbController::runTimer() { if (usbDevice == shuttleXpress || usbDevice == shuttlePro2) { - if (shutpos < 0x08) + if (shutpos > 0 && shutpos < 0x08) { shutMult = shutpos; emit doShuttle(true, shutMult);