diff --git a/evDash.ino b/evDash.ino index d24ac62..bf37865 100644 --- a/evDash.ino +++ b/evDash.ino @@ -220,10 +220,10 @@ void setup(void) { // Car interface switch (liveData->settings.carType) { - case CAR_KIA_ENIRO_2020_64: - case CAR_HYUNDAI_KONA_2020_64: case CAR_KIA_ENIRO_2020_39: + case CAR_KIA_ENIRO_2020_64: case CAR_HYUNDAI_KONA_2020_39: + case CAR_HYUNDAI_KONA_2020_64: car = new CarKiaEniro(); break; case CAR_HYUNDAI_IONIQ_2018: