fix: device recovery mode (#879)

This commit is contained in:
Róbert Kiss
2018-12-18 00:10:02 +01:00
committed by László Monda
parent 8c7d625573
commit 9112b597f8
6 changed files with 30 additions and 14 deletions
@@ -220,10 +220,6 @@ export class DeviceService {
await this.operations.updateRightFirmware();
await snooze(500);
this.pollUhkDevice();
response.modules = await this.getHardwareModules(false);
response.success = true;
} catch (error) {