mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +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
|
||||
content += "MG 5";
|
||||
#endif
|
||||
#ifdef NISSAN_LEAF_BATTERY
|
||||
content += "Nissan LEAF";
|
||||
#endif
|
||||
#ifdef RENAULT_KANGOO_BATTERY
|
||||
content += "Renault Kangoo";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue