Add a color (2 colors can be now defined for a machine).
[temp2RGB.git] / src / main.rs
index 014c61d..a0443f7 100644 (file)
@@ -53,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);