refactor(core): replace hexlify with bytes.hex()
This is a large but straightforward internal cleanup: the project switched from using the MicroPython `ubinascii` module's `hexlify`/`unhexlify` functions to the standard Python `bytes.hex()` and `bytes.fromhex()` methods. The change remov…
44aa469eby Martin Milata+1334−1383120 files