mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-11 02:50:02 +01:00
Revert incorrect poll handling.
This commit is contained in:
parent
0e62bacb84
commit
e0ee17e9ea
|
|
@ -139,7 +139,7 @@ void CNetwork::clock(unsigned int ms)
|
|||
|
||||
// Handle incoming polls
|
||||
if (::memcmp(buffer, "YSFP", 4U) == 0) {
|
||||
writePoll();
|
||||
// How do we handle a loss of polls?
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue