Skip to content

Commit

Permalink
Version 45
Browse files Browse the repository at this point in the history
  • Loading branch information
Rem0o committed Aug 20, 2020
1 parent 60e8afd commit 487dd68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified FanControl.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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 %
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 487dd68

Please sign in to comment.