NOTABLE_STEP_SECS

Constant NOTABLE_STEP_SECS 

Source
pub const NOTABLE_STEP_SECS: u32 = 2;
Expand description

How far the clock must move for the change to be worth telling anyone about, in seconds.

A receiver re-synchronizing a clock it already agrees with produces a sub-second correction every time it gets a fix. Announcing those would spend a frame to say nothing, and writing them to a real-time clock would spend flash-equivalent wear to the same effect.