Skip to content

Commit

Permalink
to ver 1.5.11a
Browse files Browse the repository at this point in the history
  • Loading branch information
t4njast committed Aug 14, 2018
1 parent 229dc6e commit 049aa70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ The algorithm names are case sensitive.

# Changelog

v1.5.11a
- fixed difficulty parsing bug

v1.5.10a
- lyra2z speed improvements
- small lyra2rev2 speed improvements for some cards
Expand Down
4 changes: 2 additions & 2 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,13 +471,13 @@ Command parameter # | Type | Description
1 | string | Device ID or Device UUID.
2 | string | Power mode (0, 1 or 2).


Power mode | Description | Remark
-------|---------|---------
0 | low | min TDP
1 | medium | between min and 100% TDP
1 | medium | (low + high) / 2
2 | high | 100% TDP

For example, if high is 100 and min is 60, then medium is (60 + 100) / 2 = 80

Example usage:
```
Expand Down

0 comments on commit 049aa70

Please sign in to comment.