Skip to content

Commit

Permalink
increase overheat activation to 85C
Browse files Browse the repository at this point in the history
  • Loading branch information
WantClue committed Sep 10, 2024
1 parent 1e508f2 commit 5e4dcc6
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 5e4dcc6

Please sign in to comment.