Skip to content

Commit 4870751

Browse files
committed
Not logging about buttonless service not configured correctly in case of other error
1 parent 3fcd802 commit 4870751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iOSDFULibrary/Classes/Implementation/SecureDFU/Peripheral/SecureDFUPeripheral.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ internal class SecureDFUPeripheral : BaseCommonDFUPeripheral<SecureDFUExecutor,
123123
},
124124
onError: { error, message in
125125
self.jumpingToBootloader = false
126+
self.possibleDisconnectionOnSettingAlternativeName = false
126127
self.delegate?.error(error, didOccurWithMessage: message)
127128
}
128129
)

0 commit comments

Comments
 (0)