Mercurial > public > ostc4
diff Small_CPU/Inc/GNSS.h @ 948:abdd72c8b567 Evo_2_23
GNSS sleep mode:
Backup voltage is now enabled during initialization. Power saving interval has been changed to 20 second active in a 60 minutes cycle.
author | Ideenmodellierer |
---|---|
date | Sun, 22 Dec 2024 21:15:05 +0100 |
parents | 4a406e873a95 |
children |
line wrap: on
line diff
--- a/Small_CPU/Inc/GNSS.h Sun Dec 22 21:14:41 2024 +0100 +++ b/Small_CPU/Inc/GNSS.h Sun Dec 22 21:15:05 2024 +0100 @@ -117,7 +117,7 @@ static const uint8_t getNavSat[]={0xB5,0x62,0x01,0x35,0x00,0x00}; -static const uint8_t setPowerLow[]={0xB5,0x62,0x06,0x86,0x08,0x00,0x00,0x02,0x78,0x00,0x14,0x00,0x00,0x00}; +static const uint8_t setPowerLow[]={0xB5,0x62,0x06,0x86,0x08,0x00,0x00,0x02,0x10,0x0E,0x14,0x00,0x00,0x00}; static const uint8_t setPowerNormal[]={0xB5,0x62,0x06,0x86,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};