diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-24 18:32:53 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-24 18:32:53 +0200 |
| commit | 7c0bc53fb5af56dbadae7e7919e534d02c945ad7 (patch) | |
| tree | 362b022366483867cc50bea0bfcdfc2014dbf7fd /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate | |
| parent | 912e8423fbf63a025dac977d5749e60d4c57df68 (diff) | |
| parent | 97834b29a6f837601f0c85d08d41a30225242a71 (diff) | |
| download | Tango-7c0bc53fb5af56dbadae7e7919e534d02c945ad7.tar.gz Tango-7c0bc53fb5af56dbadae7e7919e534d02c945ad7.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate')
| -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 { |
