mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Merge pull request #1555 from dalathegreat/improvement/SMA-naming
Rename protocol to make it more clear it is SMA
This commit is contained in:
commit
e023962bfc
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ class SmaBydHInverter : public SmaInverterBase {
|
|||
void update_values();
|
||||
void transmit_can(unsigned long currentMillis);
|
||||
void map_can_frame_to_variable(CAN_frame rx_frame);
|
||||
static constexpr const char* Name = "BYD over SMA CAN";
|
||||
static constexpr const char* Name = "SMA compatible BYD H";
|
||||
|
||||
virtual bool controls_contactor() { return true; }
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ class SmaBydHvsInverter : public SmaInverterBase {
|
|||
void update_values();
|
||||
void transmit_can(unsigned long currentMillis);
|
||||
void map_can_frame_to_variable(CAN_frame rx_frame);
|
||||
static constexpr const char* Name = "BYD Battery-Box HVS over SMA CAN";
|
||||
static constexpr const char* Name = "SMA compatible BYD Battery-Box HVS";
|
||||
|
||||
virtual bool controls_contactor() { return true; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue