This commit is contained in:
Rem0o 2022-11-19 12:10:42 -05:00
parent 6a14584dd8
commit 3bb0fb5cab
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -97,7 +97,7 @@ From Rem0o
* Auto: PI controller-ish type function. % will surf until temp is stable at load.
* Linear : Temperature based linear function
* Graph : Temperature based custom curve
* Target: Temperature based that holds speed until target temperature is reached
* Trigger: Temperature based that holds speed until trigger temperatures are reached
* Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average, Subtract)
* Sync : Sync to an existing control
* Flat: Set a fixed %

View File

@ -1,4 +1,4 @@
{
"Number": 136,
"Message": "- Use -c or --config [CONFIG FILE] argument to change config at runtime.\r\n- Create shortcuts, bind them to hotkeys with your favorite app, or automate as you please.\r\n- Small bug fixes"
"Number": 137,
"Message": "- Updated LibreHardwareMonitorLib (NCT6799D, NCT6686D, Windows storage spaces) \r\n- Renamed target fan curve to trigger fan curve to better reflect its internal logic."
}