Fix brightness
This commit is contained in:
parent
3b5655f909
commit
b84cbbdd9b
@ -33,6 +33,8 @@ fn main() {
|
|||||||
osd.update();
|
osd.update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
last_b = b;
|
||||||
|
|
||||||
std::thread::sleep(std::time::Duration::from_secs(refresh_interval))
|
std::thread::sleep(std::time::Duration::from_secs(refresh_interval))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user