Skip to content

Commit 6179a92

Browse files
committed
Fix for min_charge_end no longer showing in the I
1 parent 7e18cbe commit 6179a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/divert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ void DivertTask::update_state()
147147
{
148148
Profile_Start(DivertTask::update_state);
149149

150-
StaticJsonDocument<128> event;
150+
StaticJsonDocument<256> event;
151151
event["divert_update"] = 0;
152152

153153
if(mqtt_grid_ie != "") {

0 commit comments

Comments
 (0)