Skip to content

Commit

Permalink
L2 is too hot, so adjust pwr_offset
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed Sep 19, 2023
1 parent ed8942b commit bbd27f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,9 @@ void PowerAutoSwitch() {

#ifdef HDZERO_WHOOP_LITE
pwr_offset >>= 1;
#elif defined HDZERO_FREESTYLE_V2
if (pwr_offset > 16)
pwr_offset = 16;
#endif

if ((!g_IS_ARMED) && (last_ofs == pwr_offset))
Expand Down

0 comments on commit bbd27f2

Please sign in to comment.