Skip to content

Commit 63256cc

Browse files
committed
Default HAS off on LG290P
1 parent 79646bd commit 63256cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Everywhere/menuMessages.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,8 @@ void checkGNSSArrayDefaults()
797797
// Reset constellations to defaults
798798
for (int x = 0; x < MAX_LG290P_CONSTELLATIONS; x++)
799799
settings.lg290pConstellations[x] = 1;
800+
801+
settings.enableGalileoHas = false; // The default is true. Move to false so user must opt to turn it on.
800802
}
801803

802804
if (settings.lg290pMessageRatesNMEA[0] == 254)

0 commit comments

Comments
 (0)