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 47d6ef8 commit dd519f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/driver/drv_bl_shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,10 +688,10 @@ void BL_ProcessUpdate(float voltage, float current, float power,
}

//Make an animation to indicate bypass is on
if (dump_load_relay == 4)
{
//if (dump_load_relay == 4)
//{
// In case we want to do something here. Not currently implemented.
}
//}

// This turns the bypass load off if we are using a lot of power
//if (((sensors[OBK_POWER].lastReading) > max_power_bypass_off) && (!(dump_load_relay == 4)))
Expand Down

0 comments on commit dd519f7

Please sign in to comment.