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 f39a26c commit 14fc32eCopy full SHA for 14fc32e
Firmware/RTK_Everywhere/Tasks.ino
@@ -463,7 +463,7 @@ void processUart1Message(SEMP_PARSE_STATE *parse, uint16_t type)
463
464
// Determine if this message should be processed by the Unicore library
465
// Pass NMEA to um980 before applying compensation
466
- if (gnssPlatform == PLATFORM_UM980)
+ if (present.gnss_um980)
467
{
468
if ((type == RTK_UNICORE_BINARY_PARSER_INDEX) || (type == RTK_UNICORE_HASH_PARSER_INDEX) ||
469
(type == RTK_NMEA_PARSER_INDEX))
0 commit comments