diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-24 18:25:25 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-24 18:25:25 +0200 |
| commit | 4669cb92dda72b663543287e692090981fc7f2c4 (patch) | |
| tree | ac41008d38fa8040a239a469473e4fdccf7bf537 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | |
| parent | 3c4ff5beaa41a376ce42fa400d36d7a5a74330ec (diff) | |
| download | Tango-4669cb92dda72b663543287e692090981fc7f2c4.tar.gz Tango-4669cb92dda72b663543287e692090981fc7f2c4.zip | |
Integrated firmware version difference to PPC update.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs index 73a236dde..1d010ecfb 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs @@ -908,6 +908,7 @@ namespace Tango.PPC.Common.MachineUpdate CheckForUpdateRequest request = new CheckForUpdateRequest(); request.SerialNumber = serialNumber; request.Version = _app_manager.Version.ToString(); + request.FirmwareVersion = _app_manager.FirmwareVersion?.ToString(); try { |
