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

@@ -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