mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 13:57:39 +00:00
Strong validate firmware version (to ensure that it is correct)
This commit is contained in:
parent
52d68d4b7f
commit
a5fc409bfc
4 changed files with 115 additions and 30 deletions
|
|
@ -30,6 +30,13 @@ namespace FanControl
|
|||
[CategoryAttribute("Fan")]
|
||||
public ushort DesiredRPM { get; private set; }
|
||||
|
||||
[CategoryAttribute("Board")]
|
||||
public String FirmwareVersion { get; private set; } = Vlv0100.GetFirmwareVersion().ToString("X");
|
||||
[CategoryAttribute("Board")]
|
||||
public String BoardID { get; private set; } = Vlv0100.GetBoardID().ToString("X");
|
||||
[CategoryAttribute("Board")]
|
||||
public String PDCS { get; private set; } = Vlv0100.GetPDCS().ToString("X");
|
||||
|
||||
private LibreHardwareMonitor.Hardware.Computer libreHardwareComputer = new LibreHardwareMonitor.Hardware.Computer
|
||||
{
|
||||
IsCpuEnabled = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue