Add a color (2 colors can be now defined for a machine).
[temp2RGB.git] / src / main.rs
index fdbb104..a0443f7 100644 (file)
@@ -38,6 +38,7 @@ mod intel_arc {
 mod a770;
 mod asus_aura_usb;
 mod corsair_lighting_pro;
+mod lian_li_sl_infinity;
 mod machine;
 mod main_loop;
 mod winring0;
@@ -52,6 +53,8 @@ mod settings;
 mod tests;
 mod timer;
 
+// Important: when starting as a service, the directory where the log and config files
+// are put is 'C:\Windows\System32\config\systemprofile\AppData\Roaming\Temp2RGB'.
 fn main() -> Result<()> {
     let is_debug = cfg!(debug_assertions);