diff options
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
