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:
committed by
László Monda
parent
235034bc68
commit
01b07a3ab7
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user