FanControl: Support 0xB030/0xA device

This commit is contained in:
Kamil Trzcinski 2023-06-06 12:29:00 +02:00
parent 1f505642f7
commit d2b673086b
2 changed files with 6 additions and 1 deletions

View file

@ -24,7 +24,8 @@
};
public static readonly byte[] SupportedBoardID = {
6
6,
0xA
};
public static readonly byte[] SupportedPDCS = {

View file

@ -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