lab11 / polypoint

Indoor localization based on the DecaWave DW1000.
Apache License 2.0
137 stars 52 forks source link

Byte Order Typo in service UUID? #8

Open ppannuto opened 8 years ago

ppannuto commented 8 years ago

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?