g0orx / pihpsdr

Raspberry Pi standalone code for HPSDR (Protocol 1 and Protocol 2)
GNU General Public License v2.0
110 stars 73 forks source link

Hide "Radio Mic" button upon opening this menu when local-mic is #127

Closed dl1ycf closed 3 years ago

dl1ycf commented 4 years ago

Two out of three buttons were hidden, this PR hides the third one as well.

dl1ycf commented 4 years ago

In addition: there is nothing to hide on some radios (e.g. HermesLite2) since these widgets do not exist there.

Emergency fix in audio.c: possible overflow of hw[] name buffer in audio_open_input.

dl1ycf commented 4 years ago

In addition: update VFO bar if CW speed or side-tone frequency changed via CW menu (since these values are on display there).