mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-10 05:30:42 -05:00
Fix up Waterfall control names (#1219)
This commit is contained in:
parent
3b41d73ddd
commit
2390d79111
8 changed files with 37 additions and 48 deletions
|
|
@ -213,7 +213,7 @@ class AnalogAudioView : public View {
|
|||
4096,
|
||||
4};
|
||||
|
||||
spectrum::WaterfallWidget waterfall{true};
|
||||
spectrum::WaterfallView waterfall{true};
|
||||
|
||||
void on_baseband_bandwidth_changed(uint32_t bandwidth_hz);
|
||||
void on_modulation_changed(ReceiverModel::Mode modulation);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue