Skip to content

Commit

Permalink
Überflüssiges Zeichen entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
shining-man committed May 26, 2024
1 parent 33936ad commit 0aa4d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inverter/ChargeVoltageCtrl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ namespace nsChargeVoltageCtrl
uint32_t autobalMindestTime = (uint16_t)WebSettings::getInt(ID_PARAM_INVERTER_AUTOBALANCE_MINDEST_TIME,0,DT_ID_PARAM_INVERTER_AUTOBALANCE_MINDEST_TIME);
autobalMindestTime = autobalMindestTime * 60 * 1000;
if(millis() - inverterData.autobalanceVoltageErreichtTime >= autobalMindestTime)
{;
{
inverterData.mStateAutobalance = STATE_AUTOBAL_OFF;
inverterData.floatState = Inverter::e_stateFloat::FLOAT_VOLTAGE;
return;
Expand Down

0 comments on commit 0aa4d2d

Please sign in to comment.