mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Merge pull request #1270 from kyberias/fix-html-renderers
Fix Volvo Spa more battery info page
This commit is contained in:
commit
0fc22ee37a
1 changed files with 4 additions and 0 deletions
|
@ -27,7 +27,11 @@ class VolvoSpaBattery : public CanBattery {
|
|||
bool supports_reset_BECM() { return true; }
|
||||
void reset_BECM() { datalayer_extended.VolvoPolestar.UserRequestBECMecuReset = true; }
|
||||
|
||||
BatteryHtmlRenderer& get_status_renderer() { return renderer; }
|
||||
|
||||
private:
|
||||
VolvoSpaHtmlRenderer renderer;
|
||||
|
||||
void readCellVoltages();
|
||||
|
||||
static const int MAX_PACK_VOLTAGE_108S_DV = 4540;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue