From 1f508e9e76373c11796d349ffadd87ac3416f585 Mon Sep 17 00:00:00 2001 From: KazushiM <85604869+KazushiMe@users.noreply.github.com> Date: Sat, 8 Jan 2022 19:44:40 +0800 Subject: [PATCH] =?UTF-8?q?Adjust=20holdable=5Ftskin=20to=2052=CB=9AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- SdOut/atmosphere/config/system_settings.ini | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b343d461..9ca88202 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/SdOut/atmosphere/config/system_settings.ini b/SdOut/atmosphere/config/system_settings.ini index 6c458c89..541d1307 100644 --- a/SdOut/atmosphere/config/system_settings.ini +++ b/SdOut/atmosphere/config/system_settings.ini @@ -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