Add back accidentally removed line

This commit is contained in:
Daniel 2024-05-26 00:12:28 +03:00
parent 8eeae699e5
commit 6b9e34aeaa

View file

@ -451,6 +451,9 @@ String processor(const String& var) {
#ifdef MG_5_BATTERY
content += "MG 5";
#endif
#ifdef NISSAN_LEAF_BATTERY
content += "Nissan LEAF";
#endif
#ifdef RENAULT_KANGOO_BATTERY
content += "Renault Kangoo";
#endif