mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Remove faulty print causing crash
This commit is contained in:
parent
282b27ff5d
commit
29aecc577b
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_783, 0x783);
|
||||||
init_frame(SOFAR_784, 0x784);
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue