mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
More batteries to common image
This commit is contained in:
parent
57f8d2618e
commit
02917dcbea
64 changed files with 885 additions and 722 deletions
|
@ -940,7 +940,7 @@ void CmfaEvBattery::transmit_can(unsigned long currentMillis) {
|
|||
}
|
||||
|
||||
void CmfaEvBattery::setup(void) { // Performs one time setup at startup
|
||||
strncpy(datalayer.system.info.battery_protocol, "CMFA platform, 27 kWh battery", 63);
|
||||
strncpy(datalayer.system.info.battery_protocol, Name, 63);
|
||||
datalayer.system.info.battery_protocol[63] = '\0';
|
||||
datalayer.system.status.battery_allows_contactor_closing = true;
|
||||
datalayer.battery.info.number_of_cells = 72;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue