Skip to content

Commit ef2d44b

Browse files
authored
Merge pull request #795 from edgecase14/lband-detect
simplify L-band console message logic
2 parents ec065cb + cd71338 commit ef2d44b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Firmware/RTK_Surveyor/menuGNSS.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,5 @@ void printZEDInfo()
471471
// Print the NEO firmware version
472472
void printNEOInfo()
473473
{
474-
if (productVariant == RTK_FACET_LBAND || productVariant == RTK_FACET_LBAND_DIRECT)
475-
systemPrintf("NEO-D9S firmware: %s\r\n", neoFirmwareVersion);
474+
systemPrintf("NEO-D9S firmware: %s\r\n", neoFirmwareVersion);
476475
}

0 commit comments

Comments
 (0)