aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-03-24 18:25:25 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-03-24 18:25:25 +0200
commit4669cb92dda72b663543287e692090981fc7f2c4 (patch)
treeac41008d38fa8040a239a469473e4fdccf7bf537 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate
parent3c4ff5beaa41a376ce42fa400d36d7a5a74330ec (diff)
downloadTango-4669cb92dda72b663543287e692090981fc7f2c4.tar.gz
Tango-4669cb92dda72b663543287e692090981fc7f2c4.zip
Integrated firmware version difference to PPC update.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs1
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
{