diff --git a/src/renderer/src/deviceStore.ts b/src/renderer/src/deviceStore.ts index 00d1f7f..ab3f22c 100644 --- a/src/renderer/src/deviceStore.ts +++ b/src/renderer/src/deviceStore.ts @@ -719,7 +719,7 @@ export const initializeDevices = () => { setTimeout(function timer() { console.log('Requesting profile', profileName) nanoIpc.send(deviceid, JSON.stringify({ profile: profileName })) - }, i * 10) + }, i * 15) }) } if (update.current !== undefined) {