Skip to content

Commit

Permalink
Update drv_bl_shared.c
Browse files Browse the repository at this point in the history
test - 5W to start generating
  • Loading branch information
2Fblob authored Jul 16, 2024
1 parent e1d957d commit 8349d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/drv_bl_shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ void BL_ProcessUpdate(float voltage, float current, float power,
//------------------------------------------------------------------------------

// Are we consuming?
if ((int)net_energy>50)
if ((int)net_energy>5)
{
// Turn off Charger(s) - We are consuming
CMD_ExecuteCommand("SendGet http://192.168.5.22/cm?cmnd=Power%20off", 0);
Expand Down

0 comments on commit 8349d97

Please sign in to comment.