Re: [wsjt-devel] Tune power patch

2018-09-26 Thread Joe Taylor
Tnx Mike, it will be in -rc3. -- Joe, K1JT On 9/26/2018 2:22 PM, Black Michael via wsjt-devel wrote: I submitted this before but since it's not in RC2 here it is again. Need to turn off transmit before we reset power after Tune otherwise can get a power spike at the end of Tune. els

[wsjt-devel] Tune power patch

2018-09-26 Thread Black Michael via wsjt-devel
I submitted this before but since it's not in RC2 here it is again. Need to turn off transmit before we reset power after Tune otherwise can get a power spike at the end of Tune. else { // we're turning off so remember our Tune pwr setting and reset to Tx pwrif (m_config.pwrBandTuneMemory()

Re: [wsjt-devel] Tune Power patch

2015-12-16 Thread ea2ekh
> On 16 Dec 2015, at 15:09, Michael Black wrote: > > This patch (attached) remembers where you set the Pwr slider during tuning > and restores it for subsequent tunes. Also restores it back after tuning > to wherever it was before tuning. > It saves the result in the settings file so the level

Re: [wsjt-devel] Tune Power patch

2015-12-16 Thread Michael Black
I think the idea of remembering power levels by band too is a good idea. Question is, should that be an option one can turn on/off? Again...is there any case where you would NOT want that? Personally I'm in the same boat as you but just adjust power when I start transmitting. 73 Mike W9MDB On Wed

Re: [wsjt-devel] Tune Power patch

2015-12-16 Thread Michael Tharp
On 12/16/2015 09:09, Michael Black wrote: > This patch (attached) remembers where you set the Pwr slider during tuning > and restores it for subsequent tunes. Also restores it back after tuning > to wherever it was before tuning. > It saves the result in the settings file so the level will be reme

Re: [wsjt-devel] Tune Power patch

2015-12-16 Thread Michael Black
I added a sentence to each section talking about tuning. I tend to be terse Not sure it needs much more than this, does it? Mike W9MDB On Wed, Dec 16, 2015 at 9:34 AM, Bill Somerville wrote: > On 16/12/2015 14:46, Michael Black wrote: > > Oops...I though I had a clean branch...some leftove

Re: [wsjt-devel] Tune Power patch

2015-12-16 Thread Bill Somerville
On 16/12/2015 14:46, Michael Black wrote: Oops...I though I had a clean branch...some leftovers in there from a prior debug. Shoulda' reviewed that patch myself before sending. It does have the m_settings->Setvalue in it. 73 Mike W9MDB On Wed, Dec 16, 2015 at 8:25 AM, Bill Somerville mailto:

Re: [wsjt-devel] Tune Power patch

2015-12-16 Thread Michael Black
Oops...I though I had a clean branch...some leftovers in there from a prior debug. Shoulda' reviewed that patch myself before sending. It does have the m_settings->Setvalue in it. 73 Mike W9MDB On Wed, Dec 16, 2015 at 8:25 AM, Bill Somerville wrote: > On 16/12/2015 14:09, Michael Black wrote:

Re: [wsjt-devel] Tune Power patch

2015-12-16 Thread Bill Somerville
On 16/12/2015 14:09, Michael Black wrote: > This patch (attached) remembers where you set the Pwr slider during tuning > and restores it for subsequent tunes. Also restores it back after tuning > to wherever it was before tuning. > It saves the result in the settings file so the level will be > r

[wsjt-devel] Tune Power patch

2015-12-16 Thread Michael Black
This patch (attached) remembers where you set the Pwr slider during tuning and restores it for subsequent tunes. Also restores it back after tuning to wherever it was before tuning. It saves the result in the settings file so the level will be remembered across restarts too. Do we need to make th