mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
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:
@@ -160,7 +160,7 @@ public:
|
||||
}
|
||||
|
||||
case FLUXOP_SPACE:
|
||||
_serial->readBytes(4);
|
||||
ticks_gw += read_28();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user