Separate Zoe and Kangoo

This commit is contained in:
Daniel 2024-01-06 23:53:28 +02:00
parent 10a5d5e81c
commit 958ddde672
10 changed files with 370 additions and 131 deletions

View file

@ -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";