FIX: Double profile request delay to not overload serial buffer

This commit is contained in:
Robert Kossessa
2024-06-07 12:12:04 +02:00
parent afc2eec6c1
commit 8fee963c77

View File

@@ -755,7 +755,7 @@ export const initializeDevices = () => {
setTimeout(function timer() {
console.log('Requesting profile', profileName)
nanoIpc.send(deviceid, JSON.stringify({ profile: profileName }))
}, i * 15)
}, i * 30)
})
}
if (update.current !== undefined) {