🐛 fix bugs and add missing values to renault twizy battery protocol found during testing with a real battery

This commit is contained in:
Jakob Löw 2024-10-15 15:42:47 +02:00
parent b95e8fe04b
commit 9bfead931f
No known key found for this signature in database
GPG key ID: B77685F55C7C46C6
4 changed files with 21 additions and 16 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