mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Update TESLA-BATTERY.h
added inline const char* to TESLA-BATTERY.h and include in advanced battery to utilize inline const char*
This commit is contained in:
parent
08181cc37d
commit
14f944f723
3 changed files with 19 additions and 0 deletions
|
@ -805,6 +805,7 @@ static bool battery2_BMS_a180_SW_ECU_reset_blocked = false;
|
|||
|
||||
#endif //DOUBLE_BATTERY
|
||||
|
||||
// Function definitions
|
||||
inline const char* getContactorText(int index) {
|
||||
switch (index) {
|
||||
case 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue