diff --git a/Software/src/inverter/SMA-BYD-H-CAN.h b/Software/src/inverter/SMA-BYD-H-CAN.h index 88a5b845..8365127a 100644 --- a/Software/src/inverter/SMA-BYD-H-CAN.h +++ b/Software/src/inverter/SMA-BYD-H-CAN.h @@ -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; } diff --git a/Software/src/inverter/SMA-BYD-HVS-CAN.h b/Software/src/inverter/SMA-BYD-HVS-CAN.h index 2f9dac67..1e03b8c4 100644 --- a/Software/src/inverter/SMA-BYD-HVS-CAN.h +++ b/Software/src/inverter/SMA-BYD-HVS-CAN.h @@ -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; }