mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-02-10 17:44:22 +01:00
FanControl: Support 0xB030/0xA device
This commit is contained in:
parent
1f505642f7
commit
d2b673086b
|
|
@ -24,7 +24,8 @@
|
|||
};
|
||||
|
||||
public static readonly byte[] SupportedBoardID = {
|
||||
6
|
||||
6,
|
||||
0xA
|
||||
};
|
||||
|
||||
public static readonly byte[] SupportedPDCS = {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
## #{GIT_TAG_NAME}
|
||||
|
||||
- FanControl: Support `0xB030/0xA` device
|
||||
|
||||
## 0.6.18
|
||||
|
||||
- PowerControl: Add `3 dots + L1 + R1` to reset current resolution
|
||||
|
||||
## 0.6.17
|
||||
|
|
|
|||
Loading…
Reference in a new issue