Add iX skeleton

This commit is contained in:
Daniel Öster 2024-10-25 21:56:52 +03:00
parent e66b4b8c22
commit 4c9e1a3169
5 changed files with 218 additions and 0 deletions

View file

@ -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