Feature: Add initial support for Atto 3 (#325)

* Add initial files for Atto 3
This commit is contained in:
Daniel Öster 2024-06-10 23:35:30 +03:00 committed by GitHub
parent 6f541ace92
commit 218ed254be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 342 additions and 0 deletions

View file

@ -445,6 +445,9 @@ String processor(const String& var) {
#ifdef BMW_I3_BATTERY
content += "BMW i3";
#endif
#ifdef BYD_ATTO_3_BATTERY
content += "BYD Atto 3";
#endif
#ifdef CHADEMO_BATTERY
content += "Chademo V2X mode";
#endif