Merge pull request #365 from dalathegreat/feature/kia-hyundai-hybrid

Feature: New battery, Kia Niro Hybrid
This commit is contained in:
Daniel Öster 2024-07-07 21:28:30 +03:00 committed by GitHub
commit 145a6496e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 306 additions and 0 deletions

View file

@ -465,6 +465,9 @@ String processor(const String& var) {
#ifdef KIA_E_GMP_BATTERY
content += "Kia/Hyundai EGMP platform";
#endif
#ifdef KIA_HYUNDAI_HYBRID_BATTERY
content += "Kia/Hyundai Hybrid";
#endif
#ifdef MG_5_BATTERY
content += "MG 5";
#endif