Zoe, SOH/SOC/AUX V

This commit is contained in:
Lubos Petrovic
2020-12-02 13:23:59 +01:00
parent 001896c79a
commit 82bdaefa2d
6 changed files with 461 additions and 5 deletions

View File

@@ -959,6 +959,7 @@ void Board320_240::menuItemClick() {
case 103: this->liveData->settings.carType = CAR_HYUNDAI_IONIQ_2018; break;
case 104: this->liveData->settings.carType = CAR_KIA_ENIRO_2020_39; break;
case 105: this->liveData->settings.carType = CAR_HYUNDAI_KONA_2020_39; break;
case 106: this->liveData->settings.carType = CAR_RENAULT_ZOE; break;
case 107: this->liveData->settings.carType = CAR_DEBUG_OBD2_KIA; break;
// Screen orientation
case 3011: this->liveData->settings.displayRotation = 1; this->tft.setRotation(this->liveData->settings.displayRotation); break;