Skip to content

Commit

Permalink
Merge pull request #334 from WantClue/raise_overheat_limit
Browse files Browse the repository at this point in the history
increase overheat activation to 85C
  • Loading branch information
WantClue authored Sep 11, 2024
2 parents 1e508f2 + 5e4dcc6 commit 64d0dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/tasks/power_management_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#define POLL_RATE 2000
#define MAX_TEMP 90.0
#define THROTTLE_TEMP 75.0
#define THROTTLE_TEMP 85.0
#define THROTTLE_TEMP_RANGE (MAX_TEMP - THROTTLE_TEMP)

#define VOLTAGE_START_THROTTLE 4900
Expand Down

0 comments on commit 64d0dae

Please sign in to comment.