Skip to content

Commit 7e318b5

Browse files
committed
Network: Display network status before stopping the networks
1 parent bff88ad commit 7e318b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firmware/RTK_Everywhere/Network.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,10 @@ void networkConsumerRemove(NETCONSUMER_t consumer,
702702
{
703703
// Display the consumer
704704
if (settings.debugNetworkLayer)
705+
{
706+
networkDisplayStatus();
705707
systemPrintf("Network: Stopping the networks\r\n");
708+
}
706709

707710
// Walk the networks in increasing priority
708711
// Turn off the lower priority networks first to eliminate failover

0 commit comments

Comments
 (0)