Open chipweinberger opened 3 days ago
In FBP, we we use hex strings for platform communication
Android: hexToBytes, bytesToHex iOS: convertHexToData,convertDataToHex
hexToBytes
bytesToHex
convertHexToData
convertDataToHex
We should instead switch to raw bytes, and convert to hex only when we log.
Anyone can implement this and open a PR if they want.
What is your feature request?
In FBP, we we use hex strings for platform communication
Android:
hexToBytes
,bytesToHex
iOS:convertHexToData
,convertDataToHex
We should instead switch to raw bytes, and convert to hex only when we log.