diff --git a/core/src/TethrPTPUSB/TethrSigma.ts b/core/src/TethrPTPUSB/TethrSigma.ts index e6000d3..e3dd13e 100644 --- a/core/src/TethrPTPUSB/TethrSigma.ts +++ b/core/src/TethrPTPUSB/TethrSigma.ts @@ -1601,7 +1601,7 @@ export class TethrSigma extends TethrPTPUSB { await sleep(25) } - await this.checkConfigChange() + setTimeout(() => this.checkConfigChange(), 0) return {status: 'ok'} }