mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Add iX skeleton
This commit is contained in:
parent
e66b4b8c22
commit
4c9e1a3169
5 changed files with 218 additions and 0 deletions
|
@ -513,6 +513,9 @@ String processor(const String& var) {
|
|||
#ifdef BMW_I3_BATTERY
|
||||
content += "BMW i3";
|
||||
#endif // BMW_I3_BATTERY
|
||||
#ifdef BMW_IX_BATTERY
|
||||
content += "BMW iX and i4-7 platform";
|
||||
#endif // BMW_IX_BATTERY
|
||||
#ifdef BYD_ATTO_3_BATTERY
|
||||
content += "BYD Atto 3";
|
||||
#endif // BYD_ATTO_3_BATTERY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue