Skip to content

Commit

Permalink
Added missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
efosamark authored and i3sey committed Dec 12, 2023
1 parent c6d0be3 commit c42f3ff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/Fan Tuning/config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
;creator='Efosamark, i3sey'
;version=1.0.0
;about='This package allows to configure fan speed on available temp ranges.'

[-Docked mode]
slider_ini /atmosphere/config/system_settings.ini console

[-Handheld mode]
slider_ini /atmosphere/config/system_settings.ini handheld

[Reset Fan Tuning]
set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_console_on_fwdbg "str!"[[-1000000, 16000, -255, -255], [16000, 36000, -255, 0], [36000, 41000, 0, 51], [41000, 47000, 51, 64], [47000, 58000, 64, 153], [58000, 1000000, 255, 255]]""
set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_handheld_on_fwdbg "str!"[[-1000000, 16000, -255, -255], [16000, 36000, -255, 0], [36000, 41000, 0, 51], [41000, 47000, 51, 64], [47000, 58000, 64, 153], [58000, 1000000, 255, 255]]""

0 comments on commit c42f3ff

Please sign in to comment.