Skip to content

Commit

Permalink
SoC beim Unterschreiten der Zellspg: SoC Min. auf 0% geändert (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Himmler committed Nov 20, 2024
1 parent 9382410 commit a726583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/params_py.h
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ const String paramInverterCharge PROGMEM = "{'page':["
"'unit':'%',"
"'type':"+String(HTML_INPUTNUMBER)+","
"'default':'9',"
"'min':1,"
"'min':0,"
"'max':100,"
"'dt':"+String(PARAM_DT_U8)+""
"},"
Expand Down

0 comments on commit a726583

Please sign in to comment.