Add cellpower BMS support

This commit is contained in:
Daniel Öster 2024-10-30 18:37:45 +02:00
parent 123fecc22e
commit 79ee6c896a
7 changed files with 529 additions and 2 deletions

View file

@ -516,6 +516,9 @@ String processor(const String& var) {
#ifdef BYD_ATTO_3_BATTERY
content += "BYD Atto 3";
#endif // BYD_ATTO_3_BATTERY
#ifdef CELLPOWER_BMS
content += "Cellpower BMS";
#endif // CELLPOWER_BMS
#ifdef CHADEMO_BATTERY
content += "Chademo V2X mode";
#endif // CHADEMO_BATTERY