PyCubed-Mini / flight_software

Flight Software for the PyCubed-Mini PocketQube platform
https://pocketqube.readthedocs.io/en/latest/
MIT License
3 stars 4 forks source link

Radio hex printing #342

Open jbwillis opened 1 year ago

jbwillis commented 1 year ago

This is messy right now, but something I think would be nice for the debug prints. str(bytearray(packet)) attempts to convert to ascii, which is a pain for reading. And unfortunately circuitpython doesn't have the bytearray.hex() function (maybe we add that upstream)