mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-02-10 17:44:22 +01:00
Merge 2768cee65d into deee7fa887
This commit is contained in:
commit
c608a81242
|
|
@ -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