Skip to content

Commit

Permalink
chlore
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Dec 4, 2023
1 parent d6c6ea8 commit d121e6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fan-control"
authors = ["Wiiz Nokes <[email protected]>"]
authors = ["wiiznokes <[email protected]>"]
version = "0.1.0"
edition = "2021"
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# fan-control

[![license](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](#license)
![ci_status](https://github.com/wiiznokes/light_enum/actions/workflows/test.yml/badge.svg)

## Steps

- [x] finish hardware crate
Expand Down
6 changes: 2 additions & 4 deletions src/integrated_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ fn test_config() {
};

for _ in 0..20 {
if let Err(e) = app_state.update.optimized(
app_state.update.optimized(
&mut app_state.app_graph.nodes,
&app_state.app_graph.root_nodes,
&mut app_state.bridge,
) {
error!("{:?}", e);
}
);
debug!("\n");
thread::sleep(Duration::from_millis(50));
}
Expand Down

0 comments on commit d121e6e

Please sign in to comment.