mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Add CAN findings
This commit is contained in:
parent
9b818bb41e
commit
06f3d123b2
2 changed files with 14 additions and 1 deletions
|
@ -460,6 +460,9 @@ String processor(const String& var) {
|
|||
#ifdef KIA_E_GMP_BATTERY
|
||||
content += "Kia/Hyundai EGMP platform";
|
||||
#endif
|
||||
#ifdef KIA_HYUNDAI_HYBRID_BATTERY
|
||||
content += "Kia/Hyundai Hybrid";
|
||||
#endif
|
||||
#ifdef MG_5_BATTERY
|
||||
content += "MG 5";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue