mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-26 17:51:45 +01:00
Fix setting overheat mode flag on device Max (#522)
This commit is contained in:
parent
e39b6db368
commit
a26cacf0dd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user