mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Add skeleton for MG5 battery integration
This commit is contained in:
parent
bcaf3ab5b4
commit
8eeae699e5
5 changed files with 169 additions and 2 deletions
|
@ -448,8 +448,8 @@ String processor(const String& var) {
|
|||
#ifdef KIA_E_GMP_BATTERY
|
||||
content += "Kia/Hyundai EGMP platform";
|
||||
#endif
|
||||
#ifdef NISSAN_LEAF_BATTERY
|
||||
content += "Nissan LEAF";
|
||||
#ifdef MG_5_BATTERY
|
||||
content += "MG 5";
|
||||
#endif
|
||||
#ifdef RENAULT_KANGOO_BATTERY
|
||||
content += "Renault Kangoo";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue