Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gnss by
Diff: gnss.cpp
- Revision:
- 21:d8cd4cf0fcc0
- Parent:
- 20:f91c0334d017
- Child:
- 24:f538f1dc4121
--- a/gnss.cpp Mon Oct 08 14:22:33 2018 +0500
+++ b/gnss.cpp Tue Oct 16 16:09:41 2018 +0500
@@ -292,7 +292,7 @@
int GnssParser::enable_ubx() {
- unsigned char ubx_cfg_prt[]={0x01, 0x00, 0x00, 0x00, 0xD0, 0x08, 0x00, 0x00, 0x00, 0xC2, 0x01, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00, 0x00,0x00, 0x00};
+ unsigned char ubx_cfg_prt[]={0x01, 0x00, 0x00, 0x00, 0xD0, 0x08, 0x00, 0x00, 0x00, 0x84, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00, 0x00,0x00, 0x00};
int conf = RETRY;
int length = 0;
@@ -625,7 +625,7 @@
wait_ms(1000);
- baud(115200);
+ baud(230400);
// Send a byte to wakup the device again
putc(0xFF);

