const ETA_TAU: f64 = 5.0;Expand description
Time constant for the ETA average.
Shorter than RATE_TAU: the ETA already inherits that smoothing through
the rate it divides by, and this only removes the last of the twitch caused
by the remaining-bytes term.