¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: JackAl LSB/USB Button


 

In the MyButtons.cpp file, try making these changes:

void MyButtons::ChangeSidebands()
{
? if (whichSideband == USINGLSB) {???????????? // It's now LSB
??? RedrawLabel(LSB, (char *) "LSB");
??? isUsbVfoA = 0;
??? whichSideband = USINGLSB;
? } else {??????????????????????????????????? // It's now USB
??? RedrawLabel(LSB, (char *) "USB");
??? isUsbVfoA = 1
??? whichSideband = USINGUSB;
? }
? DrawButton(LSB, 1);
}

Let me know if it works. My JackAl is "on loan" right now.

Jack, W8TEE

On Wednesday, June 26, 2019, 2:49:19 PM EDT, jjpurdum via Groups.Io <jjpurdum@...> wrote:


I'll take a look at it, but it won't be until late Thursday.

Jack, W8TEE

On Wednesday, June 26, 2019, 2:24:45 PM EDT, Rick Price <rickprice48@...> wrote:


Hi Jack,
Now that field day is over with any chance for you to take a look at the LSB/USB Button code.? At present all it does is change the button message without changing the mode.? I have tried several things in the code to force it to 40 meters USB but without success. The fix must be a lot above my pay grade or I'm just not seeing what I need to do to fix it..

Rick Price
KN4AIE

Join [email protected] to automatically receive all group messages.