RadioClient

Build a RadioClient with Kotlin builder-lambda syntax — sugar over RadioClient.Builder:

val client = RadioClient {
transport(TcpTransport(host = "meshtastic.local"))
storage(SqlDelightStorageProvider(baseDir = dataDir))
autoReconnect(AutoReconnectConfig(enabled = true))
}

Swift and step-wise callers should keep using RadioClient.Builder directly.

Since

0.2.0