Skip to content

Commit

Permalink
Fix setting overheat mode flag on device Max (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutatrum authored Nov 28, 2024
1 parent e39b6db commit a26cacf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/tasks/power_management_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ void POWER_MANAGEMENT_task(void * pvParameters)
nvs_config_set_u16(NVS_CONFIG_ASIC_FREQ, 50);
nvs_config_set_u16(NVS_CONFIG_FAN_SPEED, 100);
nvs_config_set_u16(NVS_CONFIG_AUTO_FAN_SPEED, 0);
nvs_config_set_u16(NVS_CONFIG_OVERHEAT_MODE, 1);
exit(EXIT_FAILURE);
}
break;
Expand Down

0 comments on commit a26cacf

Please sign in to comment.