diff --git a/src/gps/ubx.h b/src/gps/ubx.h index 2be2d1d33..bc839c41e 100644 --- a/src/gps/ubx.h +++ b/src/gps/ubx.h @@ -17,7 +17,7 @@ const uint8_t GPS::_message_CFG_RXM_ECO[] PROGMEM = { const uint8_t GPS::_message_CFG_PM2[] PROGMEM = { 0x01, 0x06, 0x00, 0x00, // version, Reserved - 0x0e, 0x81, 0x42, 0x01, // flags + 0x0E, 0x81, 0x43, 0x01, // flags 0xE8, 0x03, 0x00, 0x00, // update period 1000 ms 0x10, 0x27, 0x00, 0x00, // search period 10s 0x00, 0x00, 0x00, 0x00, // Grod offset 0 @@ -189,4 +189,4 @@ const uint8_t GPS::_message_SAVE[] = { 0xFF, 0xFF, 0x00, 0x00, // saveMask: save all sections 0x00, 0x00, 0x00, 0x00, // loadMask: no sections loaded 0x0F // deviceMask: BBR, Flash, EEPROM, and SPI Flash -}; \ No newline at end of file +};