mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Add jaguar to build system
This commit is contained in:
parent
32e86ea00c
commit
c4e5748312
3 changed files with 90 additions and 66 deletions
|
@ -459,6 +459,9 @@ String processor(const String& var) {
|
|||
#ifdef IMIEV_CZERO_ION_BATTERY
|
||||
content += "I-Miev / C-Zero / Ion Triplet";
|
||||
#endif
|
||||
#ifdef JAGUAR_IPACE_BATTERY
|
||||
content += "Jaguar I-PACE";
|
||||
#endif
|
||||
#ifdef KIA_HYUNDAI_64_BATTERY
|
||||
content += "Kia/Hyundai 64kWh";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue