mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-23 09:24:23 +01:00
Change logging for nRF Toolbox
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user