Feature: CAN-FD + EGMP batteries! (#244)

* ACAN2517FD lib addition, integrate support for canfd, and add initial EGMP battery capability
This commit is contained in:
Daniel Öster 2024-04-08 20:45:14 +03:00 committed by GitHub
parent c5118a8a09
commit 63371c8b60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 3626 additions and 6 deletions

View file

@ -427,6 +427,9 @@ String processor(const String& var) {
#ifdef KIA_HYUNDAI_64_BATTERY
content += "Kia/Hyundai 64kWh";
#endif
#ifdef KIA_E_GMP_BATTERY
content += "Kia/Hyundai EGMP platform";
#endif
#ifdef NISSAN_LEAF_BATTERY
content += "Nissan LEAF";
#endif