From 63aabf3e7a17feaf9765049c2cf515cfb35d42d8 Mon Sep 17 00:00:00 2001 From: Roy Date: Sun, 9 Jul 2023 19:08:02 +0300 Subject: Eureka Firmware Upgrade. --- .../PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | 6 ------ 1 file changed, 6 deletions(-) (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 64ca496f7..47ffe6f19 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs @@ -661,12 +661,6 @@ namespace Tango.PPC.Common.MachineUpdate /// Database tango does not exists. public async Task Update(bool setupFirmware, bool setupFPGA) { - if (_buildProvider.IsEureka) - { - setupFirmware = false; - setupFPGA = false; - } - _updateStartDate = DateTime.UtcNow; _logs.Clear(); -- cgit v1.3.1