mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 21:24:27 -04:00
Utility: CW generator
This commit is contained in:
parent
aa29348562
commit
0642c57041
17 changed files with 273 additions and 46 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
void on_show() override;
|
||||
void on_hide() override;
|
||||
void focus() override;
|
||||
|
||||
std::string title() const override { return "Close Call"; };
|
||||
|
||||
private:
|
||||
|
@ -75,7 +76,7 @@ private:
|
|||
uint8_t slices_counter { 0 };
|
||||
int16_t last_channel { 0 };
|
||||
uint32_t weight { 0 };
|
||||
uint64_t frequency_acc { 0 };
|
||||
int64_t frequency_acc { 0 };
|
||||
rf::Frequency scan_span { 0 }, resolved_frequency { 0 };
|
||||
uint16_t locked_imax { 0 };
|
||||
uint8_t slicemax_pow[32]; // Todo: Cap max slices !
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue