mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Merge pull request #1498 from dalathegreat/bugfix/sofar-crash-common
Sofar: Crashfix, remove faulty print causing crash
This commit is contained in:
commit
99b79eab7e
1 changed files with 0 additions and 3 deletions
|
@ -292,8 +292,5 @@ bool SofarInverter::setup() { // Performs one time setup at startup over CAN bu
|
|||
init_frame(SOFAR_783, 0x783);
|
||||
init_frame(SOFAR_784, 0x784);
|
||||
|
||||
snprintf(datalayer.system.info.inverter_brand, sizeof(datalayer.system.info.inverter_brand), "%s",
|
||||
datalayer.battery.settings.sofar_user_specified_battery_id);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue