You can use `byteArray.joinToString(separator: " "...
# announcements
r
You can use
byteArray.joinToString(separator: " ") { /* convert byte to hex string */ }