Adjust holdable_tskin to 52˚C
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user