Fixes after blek 2.0.0-alpha06

This commit is contained in:
himalia416
2025-08-04 13:23:47 +02:00
parent c8a15e54b9
commit b93cff4d4a

View File

@@ -12,4 +12,5 @@ fun toReason(reason: Reason): String =
is Reason.Timeout -> "Connection attempt timed out with ${reason.duration}."
is Reason.Unknown -> "Oops...! Connection went on a coffee break."
Reason.UnsupportedAddress -> "Device disconnected due to unsupported address."
Reason.InsufficientAuthentication -> "Device disconnected due to insufficient authentication."
}