kopia lustrzana https://github.com/lightaprs/LightTracker-1.0
fixed return parameter
rodzic
2359c4ca46
commit
2f73226dbe
|
@ -25,6 +25,6 @@ function Decoder(bytes, port) {
|
|||
latitude : Bytes2Float32(latitude),
|
||||
longitude : Bytes2Float32(longitude),
|
||||
altitude : Math.round(Bytes2Float32(altitude)),
|
||||
accuracy : Bytes2Float32(altitude),
|
||||
accuracy : Bytes2Float32(accuracy),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue