fix: remove duplicate triggerOTAStateUpdate call

This commit is contained in:
Siyuan 2025-11-14 11:58:20 +00:00
parent fe9523b1a7
commit 68bc480537
1 changed files with 0 additions and 1 deletions

View File

@ -288,7 +288,6 @@ func newSession(config SessionConfig) (*Session, error) {
})
// Wait for channel to be open before sending initial state
d.OnOpen(func() {
triggerOTAStateUpdate()
triggerVideoStateUpdate()
triggerUSBStateUpdate()
notifyFailsafeMode(session)