Skip to content

Commit cd71338

Browse files
committed
simplify L-band console message logic
Might have been a left-over from a previous refactor of platform detection. Both callers already detect if L-band is online. This was needed for a custom hardware platform but is equally applicable to SparkFun units.
1 parent 1b542ac commit cd71338

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)