mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-18 19:28:02 -04:00
Added categories for Frequency Manager
Very bad memory leak fix in MenuView
This commit is contained in:
parent
c0876ebe9f
commit
84be3a363c
11 changed files with 248 additions and 114 deletions
|
@ -40,26 +40,6 @@ public:
|
|||
static void whistle_th(void *p);
|
||||
|
||||
private:
|
||||
typedef struct rstchs {
|
||||
rf::Frequency out[3];
|
||||
rf::Frequency in;
|
||||
} rstchs;
|
||||
rstchs whistle_chs[14] = {
|
||||
{{ 467650000, 467700000, 467750000 }, 457700000},
|
||||
{{ 467750000, 467825000, 467875000 }, 457825000},
|
||||
{{ 467875000, 467925000, 467975000 }, 457925000},
|
||||
{{ 467950000, 468000000, 468050000 }, 457800000},
|
||||
{{ 467625000, 467675000, 467725000 }, 457675000},
|
||||
{{ 467700000, 467750000, 467800000 }, 457750000},
|
||||
{{ 467750000, 467800000, 467850000 }, 457800000},
|
||||
{{ 467825000, 467875000, 467925000 }, 457875000},
|
||||
{{ 467900000, 467950000, 468000000 }, 457950000},
|
||||
{{ 468025000, 468075000, 468125000 }, 458075000},
|
||||
{{ 468100000, 468150000, 468200000 }, 458150000},
|
||||
{{ 468075000, 468125000, 468175000 }, 458125000},
|
||||
{{ 468175000, 468225000, 468275000 }, 458225000},
|
||||
{{ 468225000, 468275000, 468325000 }, 458275000}
|
||||
};
|
||||
rf::Frequency f;
|
||||
|
||||
Text text_status {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue