mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Separate Zoe and Kangoo
This commit is contained in:
parent
10a5d5e81c
commit
958ddde672
10 changed files with 370 additions and 131 deletions
|
@ -207,8 +207,11 @@ String processor(const String& var) {
|
|||
#ifdef NISSAN_LEAF_BATTERY
|
||||
content += "Nissan LEAF";
|
||||
#endif
|
||||
#ifdef RENAULT_KANGOO_BATTERY
|
||||
content += "Renault Kangoo";
|
||||
#endif
|
||||
#ifdef RENAULT_ZOE_BATTERY
|
||||
content += "Renault Zoe / Kangoo";
|
||||
content += "Renault Zoe";
|
||||
#endif
|
||||
#ifdef TESLA_MODEL_3_BATTERY
|
||||
content += "Tesla Model S/3/X/Y";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue