Console screen implemented

This commit is contained in:
2024-03-12 22:44:33 +07:00
parent 3e1c5edc19
commit d2f8d0ff06
17 changed files with 2389 additions and 24 deletions

View File

@@ -40,6 +40,8 @@ class BluetoothDataTransferService(
}
} catch (e: NoSuchElementException) {
Log.e("BluetoothController", "Message type is invalid: $message")
} catch (e: NumberFormatException) {
Log.e("BluetoothController", "Message invalid, may be device buffer congested: $message")
}
}
}.flowOn(Dispatchers.IO)