mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-06 08:45:01 -04:00
Added range file and range type to frequency manager (mainly for jammer)
Made MenuView use less widgets, hopefully preventing crashes with large lists Fixed M10 sonde crash on packet receive Updated about screen Updated binary
This commit is contained in:
parent
b38adf3769
commit
3d2dacaf29
18 changed files with 321 additions and 191 deletions
|
@ -121,7 +121,8 @@ private:
|
|||
|
||||
class FrequencyLoadView : public FreqManBaseView {
|
||||
public:
|
||||
std::function<void(rf::Frequency)> on_changed { };
|
||||
std::function<void(rf::Frequency)> on_frequency_loaded { };
|
||||
std::function<void(rf::Frequency, rf::Frequency)> on_range_loaded { };
|
||||
|
||||
FrequencyLoadView(NavigationView& nav);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue