Constant SENSOR_MAX_VALUES
pub const SENSOR_MAX_VALUES: u32 = 100; // 100u32
Expand description
A hardcoded number of max sensor values. This should be increased in the future if we ever see a sensor with more values.
pub const SENSOR_MAX_VALUES: u32 = 100; // 100u32
A hardcoded number of max sensor values. This should be increased in the future if we ever see a sensor with more values.