jonas-schievink / rubble

(going to be a) BLE stack for embedded Rust
BSD Zero Clause License
396 stars 56 forks source link

Fix string representation of DeviceAddress #114

Closed dbrgn closed 4 years ago

dbrgn commented 4 years ago

The address bytes are sent LSB first on the wire, but are usually represented with MSB first.

jonas-schievink commented 4 years ago

Thanks, this looks reasonable! A cargo fmt is needed though.

dbrgn commented 4 years ago

Oops, fixed :slightly_smiling_face: