diff options
author | Keith Packard <keithp@keithp.com> | 2009-07-17 16:22:51 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-07-17 16:22:51 -0700 |
commit | bfe1e76c82738baaf65abbc58c3244a07ea8fefe (patch) | |
tree | 830df5cda8538bafd251de2336f3988b2b3b26ff /src | |
parent | 5f0179652e8bb85add9067e5253e981c60f2c51e (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.c | 5 |
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 */ |