Add a color (2 colors can be now defined for a machine).
[temp2RGB.git] / src / consts.rs
1 pub const FILE_CONF: &str = "config.ron";
2 pub const FREQ_TEMP_POLLING: i32 = 2;
3 pub const FREQ_REFRESHING_RGB: i32 = 2;
4 pub const KERNEL_SIZE_SAMPLES: usize = 32; // Time frame: 16 s.
5 pub const SERVICE_NAME: &str = "Temp2RGB";