Adjust holdable_tskin to 52˚C
This commit is contained in:
@@ -86,9 +86,9 @@ I'd appreciate if someone is willing to contribute. But if you are releasing som
|
|||||||
|
|
||||||
- Cherry-pick from below and add them manually.
|
- Cherry-pick from below and add them manually.
|
||||||
|
|
||||||
- Fan Control Optimization at high load
|
- Fan Control Optimization (safe OC)
|
||||||
- `[tc]`
|
- `[tc]`
|
||||||
- Set `holdable_tskin` to 56˚C (default 48˚C), less audible fan noise.
|
- Set `holdable_tskin` to 52˚C (default 48˚C).
|
||||||
- Replacing stock thermal paste and adding thermal pad on Wi-Fi/BT module(shielded, adjacent to antennas) is recommended.
|
- Replacing stock thermal paste and adding thermal pad on Wi-Fi/BT module(shielded, adjacent to antennas) is recommended.
|
||||||
|
|
||||||
- Disable background services, less heat and power consumption in standby mode
|
- Disable background services, less heat and power consumption in standby mode
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
[tc]
|
[tc]
|
||||||
;Fan Control for IcosaMariko/Hoag
|
;Fan Control for IcosaMariko/Hoag
|
||||||
tskin_rate_table_console = str!"[[-1000000, 36000, 0, 0], [36000, 43000, 51, 51], [43000, 48000, 51, 153], [48000, 56000, 153, 255], [56000, 1000000, 255, 255]]"
|
;tskin_rate_table_console = str!"[[-1000000, 36000, 0, 0], [36000, 43000, 51, 51], [43000, 48000, 51, 153], [48000, 56000, 153, 255], [56000, 1000000, 255, 255]]"
|
||||||
tskin_rate_table_handheld = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 48000, 51, 102], [48000, 56000, 102, 204], [56000, 1000000, 255, 255], [48000, 1000000, 255, 255]]"
|
;tskin_rate_table_handheld = str!"[[-1000000, 40000, 0, 0], [38000, 43000, 51, 51], [43000, 46000, 51, 102], [46000, 50000, 102, 204], [50000, 520000, 204, 255], [52000, 1000000, 255, 255]]"
|
||||||
|
; 0xCB20 = 52,000 = 52˚C
|
||||||
; 0xDAC0 = 56,000 = 56˚C
|
holdable_tskin = u32!0xCB20
|
||||||
holdable_tskin = u32!0xDAC0
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user