Skip to content

Commit 4af8056

Browse files
committed
NtripServer: Remove duplicate check
1 parent c188da9 commit 4af8056

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Firmware/RTK_Everywhere/NtripServer.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,7 @@ void ntripServerStart(int serverIndex)
545545
// Start the NTRIP server
546546
systemPrintf("NTRIP Server %d start\r\n", serverIndex);
547547
ntripServerStop(serverIndex, false);
548-
if (ntripServerEnabled(serverIndex, nullptr))
549-
networkConsumerAdd(NETWORK_CONSUMER(serverIndex), NETWORK_ANY, __FILE__, __LINE__);
548+
networkConsumerAdd(NETWORK_CONSUMER(serverIndex), NETWORK_ANY, __FILE__, __LINE__);
550549
}
551550

552551
//----------------------------------------

0 commit comments

Comments
 (0)