You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation: Show/Hide GUI elements depending on device has method e.g. if hasattr(self.device, set_if_gain): if_slider.show()
collapsable gain spinboxes for detailed gain config (see HackRF Gain sliders & LNA button #136). Test useability of slider and spinbox (slider left of spinbox)
consider supported gains for device e.g. RTL-SDR: get_tuner_gains and write max. value behind gain, e.g. Gain: (max. 400) or behind textfield ("/400") depending on the space in the dialog (see RTL-SDR Low Signal Strength on Record Signal #177)
Add new features:
if hasattr(self.device, set_if_gain): if_slider.show()
The text was updated successfully, but these errors were encountered: