Greaseweazle: Fix RPM measurement in some circumstances.

Accumulate number of ticks returned in FLUXOP_SPACE so that they
count towards the total track time.
This commit is contained in:
Thomas Daede
2022-05-29 23:17:35 -07:00
parent a107d4f17f
commit 968184fa7a

View File

@@ -160,7 +160,7 @@ public:
}
case FLUXOP_SPACE:
_serial->readBytes(4);
ticks_gw += read_28();
break;
default: