Use doNotEnterOff flag to prevent GNSS poweroff before fix acquisition (#2861)
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
co-authored by
Ben Meadors
parent
aa38f53aed
commit
7cebd79475
+2
-2
@@ -17,7 +17,7 @@ const uint8_t GPS::_message_CFG_RXM_ECO[] PROGMEM = {
|
|||||||
|
|
||||||
const uint8_t GPS::_message_CFG_PM2[] PROGMEM = {
|
const uint8_t GPS::_message_CFG_PM2[] PROGMEM = {
|
||||||
0x01, 0x06, 0x00, 0x00, // version, Reserved
|
0x01, 0x06, 0x00, 0x00, // version, Reserved
|
||||||
0x0e, 0x81, 0x42, 0x01, // flags
|
0x0E, 0x81, 0x43, 0x01, // flags
|
||||||
0xE8, 0x03, 0x00, 0x00, // update period 1000 ms
|
0xE8, 0x03, 0x00, 0x00, // update period 1000 ms
|
||||||
0x10, 0x27, 0x00, 0x00, // search period 10s
|
0x10, 0x27, 0x00, 0x00, // search period 10s
|
||||||
0x00, 0x00, 0x00, 0x00, // Grod offset 0
|
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
|
0xFF, 0xFF, 0x00, 0x00, // saveMask: save all sections
|
||||||
0x00, 0x00, 0x00, 0x00, // loadMask: no sections loaded
|
0x00, 0x00, 0x00, 0x00, // loadMask: no sections loaded
|
||||||
0x0F // deviceMask: BBR, Flash, EEPROM, and SPI Flash
|
0x0F // deviceMask: BBR, Flash, EEPROM, and SPI Flash
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user