kopia lustrzana https://github.com/jamescoxon/dl-fldigi
MFSK shut down
* Added code to prevent MFSK shuttting down until transmit terminates.pull/1/head
rodzic
f9267b9229
commit
1e77d1e90e
|
@ -106,6 +106,8 @@ void mfsk::shutdown()
|
|||
mfsk::~mfsk()
|
||||
{
|
||||
stopflag = true;
|
||||
int msecs = 200;
|
||||
while(--msecs && txstate != TX_STATE_PREAMBLE) MilliSleep(1);
|
||||
if (picTxWin)
|
||||
picTxWin->hide();
|
||||
if (picRxWin)
|
||||
|
|
Ładowanie…
Reference in New Issue