¿ªÔÆÌåÓý

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

Menu oddities


 

Each time I press the enter/select button to select a menu setting the tuning fine increment changes. This only happens when exiting the menu. Just pressing select when not in a menu has no effect.
?
I'm using the MCP23017 front panel.
?
Has anyone else experienced this or have any ideas what might be causing it?
?
Roger G8JWT


 

How are you exiting the menu?

Jack, W8TEE

On Tuesday, April 8, 2025 at 12:00:55 PM EDT, bty84827531 via groups.io <roger.trett@...> wrote:


Each time I press the enter/select button to select a menu setting the tuning fine increment changes. This only happens when exiting the menu. Just pressing select when not in a menu has no effect.
?
I'm using the MCP23017 front panel.
?
Has anyone else experienced this or have any ideas what might be causing it?
?
Roger G8JWT

--
Jack, W8TEE


 

¿ªÔÆÌåÓý

Yes, I have the same issue, also when selecting and deselecting CW

Rick, KN4AIE

?

From: [email protected] <[email protected]> On Behalf Of bty84827531 via groups.io
Sent: Tuesday, April 8, 2025 12:01 PM
To: [email protected]
Subject: [SoftwareControlledHamRadio] Menu oddities

?

Each time I press the enter/select button to select a menu setting the tuning fine increment changes. This only happens when exiting the menu. Just pressing select when not in a menu has no effect.

?

I'm using the MCP23017 front panel.

?

Has anyone else experienced this or have any ideas what might be causing it?

?

Roger G8JWT


 

By pressing the select/enter button (top left).
?
Roger G8JWT


 

Thanks, that's definitely a bug! I can recreate it on my radio. Will track it down and squash it.

On Tuesday, April 8th, 2025 at 2:20 PM, bty84827531 via groups.io <roger.trett@...> wrote:

By pressing the select/enter button (top left).
?
Roger G8JWT


 

OK, I tracked it down and fixed it. Update code here:


I removed one line in Display.cpp under UpdateInfoWindow(). There was a call to UpdateIncrementField() that automatically increments the Fine Tune setting, so I removed it.
On Tuesday, April 8th, 2025 at 6:41 PM, Oliver KI3P via groups.io <oliver@...> wrote:

Thanks, that's definitely a bug! I can recreate it on my radio. Will track it down and squash it.

On Tuesday, April 8th, 2025 at 2:20 PM, bty84827531 via groups.io <roger.trett@...> wrote:
By pressing the select/enter button (top left).
?
Roger G8JWT



 

Done. Thanks Oliver.