From f7e96fd7a8a63ab099c135f339898355b3dd0bb2 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Tue, 13 Apr 2021 12:49:03 +0300 Subject: Fixed setup fpga on machine service Setup !!! --- .../Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/Web') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs index 161caaf23..20cf142f0 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs @@ -151,6 +151,7 @@ namespace Tango.MachineService.Controllers response.SetupRemoteAssistance = machine.SetupRemoteAssistance; response.SetupUWF = machine.SetupUwf; response.SetupFirmware = machine.SetupFirmware; + response.SetupFPGA = machine.SetupFpga; response.IsDemo = machine.IsDemo; response.Organization = machine.Organization.Name; -- cgit v1.3.1