mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
🐛 fix bugs and add missing values to renault twizy battery protocol found during testing with a real battery
This commit is contained in:
parent
b95e8fe04b
commit
9bfead931f
4 changed files with 21 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue