bitcraze / lps-node-firmware

GNU Lesser General Public License v3.0
82 stars 79 forks source link

Fixed number of bytes copied from A0 range packet #24

Closed jpjporto closed 6 years ago

jpjporto commented 6 years ago

The code currently copies 5 bytes from the anchor 0 timestamp, however the rangePacket only sends a 32bit timestamp.

ataffanel commented 6 years ago

Thanks for the fix! I merged it.