changeset 946:80ae8ea7f0a0 Evo_2_23

GNSS set to full power at startup: In case of an reset the module would continue in sleep mode if it was in this state. To avoid this the module will now always set to full power at startup of the RTE.
author Ideenmodellierer
date Sun, 22 Dec 2024 20:52:08 +0100
parents aad1a6b9aaec
children 96cf6c53c934
files Small_CPU/Src/uartProtocol_GNSS.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Small_CPU/Src/uartProtocol_GNSS.c	Thu Dec 19 22:16:36 2024 +0100
+++ b/Small_CPU/Src/uartProtocol_GNSS.c	Sun Dec 22 20:52:08 2024 +0100
@@ -289,7 +289,7 @@
 													break;
 												case UART_GNSS_LOADCONF_2:	gnssState = UART_GNSS_SETMODE_MOBILE;
 													break;
-												case UART_GNSS_SETMODE_MOBILE: gnssState = UART_GNSS_IDLE;
+												case UART_GNSS_SETMODE_MOBILE: gnssState = UART_GNSS_PWRUP;
 													break;
 												default:
 													break;