Closed SigmazGFX closed 2 months ago
If this from the s-meter branch, then there are some issues still present..
\smeter_option does not work from the text menu
The IF gain adjustment still changes the s-meter sensitivity giving false feedback.
I’ll close the PR and see about getting the Log function spruced up. The command is \smeteropt on|off
I’ll close the PR and see about getting the Log function spruced up. The command is \smeteropt on|off
Changed the way that the rx_gain value is shared between sbitx.c and sbitx_gtk.c Because rx_gain is a static int it cannot be shared directly outside of sbitx.c so I put in a getter function int get_rx_gain(void); to retrieve the value and ship it over to the display function. Also adjusted the SCALING_TRIM to get the s-meter close to local observations on another rig.