pub const MAX_NOISE_FLOOR_SAMPLES: u8 = 255;
Expand description

All histograms have a fixed number of buckets. To save space, each histogram type uses a vector to hold only non-empty buckets (a sparse histogram), with these constants as the max size of each vector. Noise floor values range from -255 to -1 dBm.