Skip to content

Commit

Permalink
Update drv_bl_shared.c
Browse files Browse the repository at this point in the history
  • Loading branch information
2Fblob authored Aug 25, 2024
1 parent d8fa18e commit c677cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/driver/drv_bl_shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,8 @@ void BL_ProcessUpdate(float voltage, float current, float power,
cmd_ctrl = 0;
if (dump_load_relay[0])
{
hprintf255(request,"Washer/Dishwasher: %i<br>", dump_load_relay[2]);
CMD_ExecuteCommand("SendGet http://192.168.5.23/cm?cmnd=Power%20", dump_load_relay[0]);
//hprintf255(request,"Washer/Dishwasher: %i<br>", dump_load_relay[2]);
CMD_ExecuteCommand("SendGet http://192.168.5.23/cm?cmnd=Power%20%i", dump_load_relay[0]);
}
//else
//{
Expand Down

0 comments on commit c677cf1

Please sign in to comment.