mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
tici: fix backlight timer interval
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