mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-02-11 01:54:24 +01:00
Update Vlv0100.cs
Fixed charge limit for SD LCD with board revision 6
This commit is contained in:
parent
874cf6f974
commit
2768cee65d
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
private static readonly DeviceVersion[] deviceVersions = {
|
||||
// Steam Deck - LCD version
|
||||
new DeviceVersion() { Firmware = 0xB030, BoardID = 0x6, PDCS = 0 /* 0x2B */, BatteryTempLE = false },
|
||||
new DeviceVersion() { Firmware = 0xB030, BoardID = 0x6, PDCS = 0 /* 0x2B */, BatteryTempLE = false, MaxBatteryCharge = true },
|
||||
new DeviceVersion() { Firmware = 0xB030, BoardID = 0xA, PDCS = 0 /* 0x2B */, BatteryTempLE = false, MaxBatteryCharge = true },
|
||||
|
||||
// Steam Deck - OLED version
|
||||
|
|
|
|||
Loading…
Reference in a new issue