Merge pull request #1498 from dalathegreat/bugfix/sofar-crash-common

Sofar: Crashfix, remove faulty print causing crash
This commit is contained in:
Daniel Öster 2025-09-06 21:35:29 +03:00 committed by GitHub
commit 99b79eab7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}