diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-13 12:49:03 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-13 12:49:03 +0300 |
| commit | f7e96fd7a8a63ab099c135f339898355b3dd0bb2 (patch) | |
| tree | 3a5b279d0a04952850b6b3e35d585613c84a8b01 /Software/Visual_Studio/Web/Tango.MachineService/Controllers | |
| parent | 6a20009f326e937e8241c75a46095a74515be53a (diff) | |
| download | Tango-f7e96fd7a8a63ab099c135f339898355b3dd0bb2.tar.gz Tango-f7e96fd7a8a63ab099c135f339898355b3dd0bb2.zip | |
Fixed setup fpga on machine service Setup !!!
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; |
