Skip to content

Commit

Permalink
[Sigma] Emit DPC change events after returning from setCamData
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Jun 13, 2024
1 parent 8a19d29 commit e4c89e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/TethrPTPUSB/TethrSigma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ export class TethrSigma extends TethrPTPUSB {
await sleep(25)
}

await this.checkConfigChange()
setTimeout(() => this.checkConfigChange(), 0)

return {status: 'ok'}
}
Expand Down

0 comments on commit e4c89e8

Please sign in to comment.