mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Feature: Add initial support for Atto 3 (#325)
* Add initial files for Atto 3
This commit is contained in:
parent
6f541ace92
commit
218ed254be
8 changed files with 342 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue