mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
tici: fix backlight timer interval
old-commit-hash: 0300eb3849609de4e8975b4c939e79ba9605b11a
This commit is contained in:
@@ -220,7 +220,7 @@ void GLWindow::initializeGL() {
|
||||
wake();
|
||||
|
||||
timer->start(0);
|
||||
backlight_timer->start(BACKLIGHT_DT * 100);
|
||||
backlight_timer->start(BACKLIGHT_DT * 1000);
|
||||
}
|
||||
|
||||
void GLWindow::backlightUpdate() {
|
||||
|
||||
Reference in New Issue
Block a user