polypoint icon indicating copy to clipboard operation
polypoint copied to clipboard

Byte Order Typo in service UUID?

Open ppannuto opened this issue 8 years ago • 0 comments

The change to the UUID made in fc9f888: https://github.com/lab11/polypoint/blob/master/nrf51822/apps/tritag/main.c#L54

doesn't agree with: https://github.com/lab11/polypoint/blob/master/phone/tritag.js#L5 or https://github.com/lab11/polypoint/blob/master/phone/tritag-summon/js/index.js#L6

Specifically, I think the 3rd and 4th-to-last bytes in the array (0x31, 0x52) are flipped?

@brghena is this a typo or am I misunderstanding something here?

ppannuto avatar Feb 10 '16 20:02 ppannuto