mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 19:19:02 -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_ = 0; // fast feedback on PTT
|
||||
}
|
||||
else
|
||||
{
|
||||
next_state_.ptt(p); // ensure this is initialized
|
||||
}
|
||||
}
|
||||
|
||||
bool PollingTransceiver::do_pre_update ()
|
||||
|
Loading…
Reference in New Issue
Block a user