We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507cb4c commit 5e8192fCopy full SHA for 5e8192f
Firmware/RTK_Everywhere/settings.h
@@ -1749,7 +1749,7 @@ const RTK_Settings_Entry rtkSettingsEntries[] =
1749
// g s x k 2 c h d d x 2 Type Qual Variable Name
1750
1751
// 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", },
+ { 1, 1, 0, 0, 0, 0, 1, 0, 1, NON, 1, _bool, 0, & settings.enableGalileoHas, "enableGalileoHas", },
1753
{ 1, 1, 0, 0, 0, 0, 1, 0, 0, ALL, 0, _bool, 3, & settings.enableMultipathMitigation, "enableMultipathMitigation", },
1754
{ 0, 0, 0, 0, 0, 0, 1, 0, 0, ALL, 0, _bool, 0, & settings.enableImuCompensationDebug, "enableImuCompensationDebug", },
1755
{ 0, 0, 0, 0, 0, 0, 1, 0, 0, ALL, 0, _bool, 0, & settings.enableImuDebug, "enableImuDebug", },
0 commit comments