Skip to content

Commit 5e8192f

Browse files
committed
Allow HAS over CLI on LG290P
1 parent 507cb4c commit 5e8192f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ const RTK_Settings_Entry rtkSettingsEntries[] =
17491749
// g s x k 2 c h d d x 2 Type Qual Variable Name
17501750

17511751
// UM980 GNSS Receiver - TODO these apply to more than UM980
1752-
{ 1, 1, 0, 0, 0, 0, 1, 0, 0, NON, 0, _bool, 0, & settings.enableGalileoHas, "enableGalileoHas", },
1752+
{ 1, 1, 0, 0, 0, 0, 1, 0, 1, NON, 1, _bool, 0, & settings.enableGalileoHas, "enableGalileoHas", },
17531753
{ 1, 1, 0, 0, 0, 0, 1, 0, 0, ALL, 0, _bool, 3, & settings.enableMultipathMitigation, "enableMultipathMitigation", },
17541754
{ 0, 0, 0, 0, 0, 0, 1, 0, 0, ALL, 0, _bool, 0, & settings.enableImuCompensationDebug, "enableImuCompensationDebug", },
17551755
{ 0, 0, 0, 0, 0, 0, 1, 0, 0, ALL, 0, _bool, 0, & settings.enableImuDebug, "enableImuDebug", },

0 commit comments

Comments
 (0)