Split Zoe handling with OVMS info

This commit is contained in:
Daniel Öster 2024-06-12 23:59:13 +03:00
parent 4c9a08b8c0
commit 0e8c75beaa
11 changed files with 291 additions and 158 deletions

View file

@ -469,8 +469,11 @@ String processor(const String& var) {
#ifdef RENAULT_KANGOO_BATTERY
content += "Renault Kangoo";
#endif
#ifdef RENAULT_ZOE_BATTERY
content += "Renault Zoe";
#ifdef RENAULT_ZOE_GEN1_BATTERY
content += "Renault Zoe Gen1 22/40";
#endif
#ifdef RENAULT_ZOE_GEN2_BATTERY
content += "Renault Zoe Gen2 50";
#endif
#ifdef SERIAL_LINK_RECEIVER
content += "Serial link to another LilyGo board";