[FIX] used real world data for example of gps data

This commit is contained in:
Caspar Armster 2021-06-15 19:10:19 +02:00
parent 7d3004761a
commit a43c2ebd2b

View File

@ -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: []