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 0ac2da7 commit 2b9a61aCopy full SHA for 2b9a61a
Firmware/RTK_Everywhere/Tasks.ino
@@ -582,7 +582,7 @@ void processUart1Message(SEMP_PARSE_STATE *parse, uint16_t type)
582
int32_t use;
583
584
// Display the message
585
- if ((settings.enablePrintLogFileMessages || PERIODIC_DISPLAY(PD_GNSS_DATA_RX)) && (!parse->crc) && (!inMainMenu))
+ if ((settings.enablePrintLogFileMessages || PERIODIC_DISPLAY(PD_GNSS_DATA_RX)) && (!inMainMenu))
586
{
587
PERIODIC_CLEAR(PD_GNSS_DATA_RX);
588
if (settings.enablePrintLogFileMessages)
0 commit comments