From 4669cb92dda72b663543287e692090981fc7f2c4 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 24 Mar 2020 18:25:25 +0200 Subject: Integrated firmware version difference to PPC update. --- .../PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate') 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 { -- cgit v1.3.1