Compare commits

...

1 Commits
V44 ... V45

Author SHA1 Message Date
Rem0o
487dd68003 Version 45 2020-08-20 17:09:24 -04:00
3 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

@@ -6,6 +6,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
## New
* New fan curve type : "Target". Will hold the configured "load" fan speed until the idle temperature is reached.
* Support for newer Nvidia RTX cards with NvAPIWrapper
* Support for external sensors with .sensor files (see Example.sensor in your application folder)
@@ -39,6 +40,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
* Linear : Temperature based linear function
* Graph : Temperature based custom curve
* Target: Temperature based that holds speed until target temperature is reached
* Mix : Use two different curves and apply a mix function (Max, Sum)
* Sync : Sync to an existing control
* Flat: Set a fixed %

View File

@@ -1,4 +1,4 @@
{
"Number": 44,
"Message": "-Bug fixes\r\n-Improved exception handling"
"Number": 45,
"Message": "-Target Fan Curve: Holds the load fan speed until idle temperature is reached \r\n-0 deg (empty/null) temperature readout will max fan curves"
}