mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 04:42:28 -04:00
Ensure that next_state_.ptt() is initialized. Patch from Mike W9MDB.
This commit is contained in:
parent
3f94b75912
commit
3bbc7e62f8
@ -117,6 +117,10 @@ void PollingTransceiver::do_post_ptt (bool p)
|
|||||||
retries_ = polls_to_stabilize;
|
retries_ = polls_to_stabilize;
|
||||||
//retries_ = 0; // fast feedback on PTT
|
//retries_ = 0; // fast feedback on PTT
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
next_state_.ptt(p); // ensure this is initialized
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool PollingTransceiver::do_pre_update ()
|
bool PollingTransceiver::do_pre_update ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user