Link at startup properly.

This commit is contained in:
Jonathan Naylor 2016-10-11 18:18:14 +01:00
parent 60fe784854
commit 820fd5471a
1 changed files with 4 additions and 0 deletions

View File

@ -214,6 +214,10 @@ void CP25Gateway::run()
pollTimer.start();
lostTimer.start();
remoteNetwork->writePoll(currentAddr, currentPort);
remoteNetwork->writePoll(currentAddr, currentPort);
remoteNetwork->writePoll(currentAddr, currentPort);
LogMessage("Linked at startup to reflector %u", currentId);
}
}