mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Add back accidentally removed line
This commit is contained in:
parent
8eeae699e5
commit
6b9e34aeaa
1 changed files with 3 additions and 0 deletions
|
@ -451,6 +451,9 @@ String processor(const String& var) {
|
||||||
#ifdef MG_5_BATTERY
|
#ifdef MG_5_BATTERY
|
||||||
content += "MG 5";
|
content += "MG 5";
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef NISSAN_LEAF_BATTERY
|
||||||
|
content += "Nissan LEAF";
|
||||||
|
#endif
|
||||||
#ifdef RENAULT_KANGOO_BATTERY
|
#ifdef RENAULT_KANGOO_BATTERY
|
||||||
content += "Renault Kangoo";
|
content += "Renault Kangoo";
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue