Merge pull request #537 from M4GNV5/feat/renault-twizy

Add new battery implementation "Renault Twizy" (LV)
This commit is contained in:
Daniel Öster 2024-10-15 18:33:00 +03:00 committed by GitHub
commit 31dc3c8e25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 171 additions and 1 deletions

View file

@ -549,6 +549,9 @@ String processor(const String& var) {
#ifdef RENAULT_KANGOO_BATTERY
content += "Renault Kangoo";
#endif // RENAULT_KANGOO_BATTERY
#ifdef RENAULT_TWIZY_BATTERY
content += "Renault Twizy";
#endif // RENAULT_TWIZY_BATTERY
#ifdef RENAULT_ZOE_GEN1_BATTERY
content += "Renault Zoe Gen1 22/40";
#endif // RENAULT_ZOE_GEN1_BATTERY