Adjust holdable_tskin to 52˚C

This commit is contained in:
KazushiM
2022-01-08 19:44:40 +08:00
parent 9815684152
commit 1f508e9e76
2 changed files with 6 additions and 7 deletions

View File

@@ -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.
- Fan Control Optimization at high load
- Fan Control Optimization (safe OC)
- `[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.
- Disable background services, less heat and power consumption in standby mode

View File

@@ -1,10 +1,9 @@
[tc]
;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_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]]"
; 0xDAC0 = 56,000 = 56˚C
holdable_tskin = u32!0xDAC0
;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], [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
holdable_tskin = u32!0xCB20