mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Merge branch 'main' into feature/BMW-3-additional-data
This commit is contained in:
commit
98dc5fb477
52 changed files with 3865 additions and 203 deletions
|
@ -427,6 +427,9 @@ String processor(const String& var) {
|
|||
#ifdef KIA_HYUNDAI_64_BATTERY
|
||||
content += "Kia/Hyundai 64kWh";
|
||||
#endif
|
||||
#ifdef KIA_E_GMP_BATTERY
|
||||
content += "Kia/Hyundai EGMP platform";
|
||||
#endif
|
||||
#ifdef NISSAN_LEAF_BATTERY
|
||||
content += "Nissan LEAF";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue