From 27671ba7c2a09b201a9fe92b11bad482ab93f93f Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 30 Oct 2019 14:05:30 +0200 Subject: Implemented PPC rollback procedures. --- .../Web/Tango.MachineService/Controllers/PPCController.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Software/Visual_Studio/Web/Tango.MachineService') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs index d8dc4a7b8..fe6bfad29 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs @@ -224,6 +224,9 @@ namespace Tango.MachineService.Controllers throw new AuthenticationException("The specified serial number could not be found."); } + response.SetupFirmware = machine.SetupFirmware; + response.SetupFPGA = machine.SetupFpga; + if (!machine.SuspendVersionUpdate) { var machine_version = db.MachineVersions.SingleOrDefault(x => x.Guid == machine.MachineVersionGuid); -- cgit v1.3.1