rog-gui: sort fan curve by name

This commit is contained in:
Luke D. Jones
2022-08-29 10:41:51 +12:00
parent 71241b7127
commit fb08d83999
6 changed files with 12 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
let packets = aura_config.aura.create_packets();
client.proxies().led().per_key_raw(packets).unwrap();
std::thread::sleep(std::time::Duration::from_millis(60));
std::thread::sleep(std::time::Duration::from_millis(33));
}
})
.detach();