Fix brightness

This commit is contained in:
Alexander Bantyev 2020-09-14 13:41:02 +03:00
parent 3b5655f909
commit b84cbbdd9b
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -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))
} }
} }