This commit is contained in:
wangcongtao
2020-05-29 09:50:27 +08:00
parent ff769c325e
commit 80ac1ed05e
14 changed files with 262 additions and 240 deletions

View File

@@ -77,7 +77,7 @@ public class MogoADASController implements IMogoADASController {
return;
}
int delay = CarSeries.getSeries() == CarSeries.CAR_SERIES_F80X ? 0 : 500;
int delay = CarSeries.getSeries() == CarSeries.CAR_SERIES_F80X ? 0 : 100;
UiThreadHandler.postDelayed( () -> {
try {