Change logging for nRF Toolbox

This commit is contained in:
Sylwester Zieliński
2022-04-04 13:16:26 +02:00
parent b5d542f967
commit 6ffbd9b07b
10 changed files with 11 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ class UARTRepository @Inject internal constructor(
}
fun start(device: BluetoothDevice, scope: CoroutineScope) {
val manager = UARTManager(context, scope, ToolboxLogger(context, "UART"))
val manager = UARTManager(context, scope, ToolboxLogger(context, "UART", device.address))
this.manager = manager
manager.dataHolder.status.onEach {