summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-07-17 16:22:51 -0700
committerKeith Packard <keithp@keithp.com>2009-07-17 16:22:51 -0700
commitbfe1e76c82738baaf65abbc58c3244a07ea8fefe (patch)
tree830df5cda8538bafd251de2336f3988b2b3b26ff /src
parent5f0179652e8bb85add9067e5253e981c60f2c51e (diff)
Split GPS data into a separate column
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/ao_gps.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ao_gps.c b/src/ao_gps.c
index b6d7182d..562899cd 100644
--- a/src/ao_gps.c
+++ b/src/ao_gps.c
@@ -27,6 +27,11 @@ const char ao_gps_set_binary[] = {
'9', '6', '0', '0', ',', '8', ',', '1', ',', '0', '*',
'0', 'C', '\r','\n',
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+
0xa0, 0xa2, 0x00, 0x09, /* length 9 bytes */
134, /* Set binary serial port */
0, 0, 0x25, 0x80, /* 9600 baud */