Merge pull request #575 from dalathegreat/feature/cellpower-bms

New battery: Cellpower BMS
This commit is contained in:
Daniel Öster 2024-10-31 17:47:36 +02:00 committed by GitHub
commit e6d7156451
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 580 additions and 1 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