feat(device): Wait for read user/hardware config until device is ready (#443)

* feat(device): Wait for read user/hardware config until device is ready

* ci: remove uhk-web test runners until not I will fix the chome on mac
This commit is contained in:
Róbert Kiss
2017-10-14 00:55:16 +02:00
committed by László Monda
parent 235034bc68
commit 01b07a3ab7
3 changed files with 3 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ export class DeviceService {
*/
public async loadConfigurations(event: Electron.Event): Promise<void> {
try {
await this.device.waitUntilKeyboardBusy();
const userConfiguration = await this.loadConfiguration(
SystemPropertyIds.MaxUserConfigSize,
UsbCommand.ReadUserConfig,