[FIX] used real world data for example of gps data
This commit is contained in:
parent
7d3004761a
commit
a43c2ebd2b
@ -54,15 +54,15 @@ uplinkDecoder:
|
|||||||
- description: GPS data
|
- description: GPS data
|
||||||
input:
|
input:
|
||||||
fPort: 4
|
fPort: 4
|
||||||
bytes: [0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xB4, 0x00, 0xCD]
|
bytes: [0x6E, 0x1C, 0x07, 0x03, 0x0A, 0x63, 0x6F, 0x0B, 0x51, 0x00, 0xCD, 0x00]
|
||||||
output:
|
output:
|
||||||
data:
|
data:
|
||||||
bytes: [0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xB4, 0x00, 0xCD]
|
bytes: [0x6E, 0x1C, 0x07, 0x03, 0x0A, 0x63, 0x6F, 0x0B, 0x51, 0x00, 0xCD, 0x00]
|
||||||
port: 4
|
port: 4
|
||||||
latitude: 0
|
latitude: 50.797678
|
||||||
longitude: 0
|
longitude: 7.29985
|
||||||
sats: 6
|
sats: 11
|
||||||
hdop: 1.80
|
hdop: 0.81
|
||||||
altitude: 205
|
altitude: 205
|
||||||
errors: []
|
errors: []
|
||||||
warnings: []
|
warnings: []
|
||||||
|
Loading…
Reference in New Issue
Block a user