Re: [wsjt-devel] Tuning power

2018-09-14 Thread Black Michael via wsjt-devel
This patch does fix the problem correctlyand turns out the on_monitorButton_clicked isn't needed. @@ -5917,6 +5920,7 @@ }    }    else { // we're turning off so remember our Tune pwr setting and reset to Tx pwr +    stopTx(); // ensure rig stops tx before we change power as tuning is

Re: [wsjt-devel] Tuning power

2018-09-14 Thread Black Michael via wsjt-devel
Scratch that patchit messes up the memory for tuningtI'll fix it. Mike On Thursday, September 13, 2018, 2:30:14 PM CDT, Black Michael wrote: The order of operation for adjusting the tuning power back to operational power needs to change.It was causing a potential power

[wsjt-devel] Tuning power

2018-09-13 Thread Black Michael via wsjt-devel
The order of operation for adjusting the tuning power back to operational power needs to change.It was causing a potential power spike for about 10-20ms before tuning was actually turned off.So simply move it ahead of the power adjustment.Tuning should most always be less than operationalso