mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 08:55:39 -04:00
Transmitter config widget
Frequency manager duplicate alert Tone sets
This commit is contained in:
parent
0642d633c3
commit
688a012443
29 changed files with 759 additions and 203 deletions
|
@ -34,7 +34,8 @@ using namespace ui;
|
|||
enum freqman_error {
|
||||
NO_ERROR = 0,
|
||||
ERROR_ACCESS,
|
||||
ERROR_EMPTY
|
||||
ERROR_EMPTY,
|
||||
ERROR_DUPLICATE
|
||||
};
|
||||
|
||||
struct freqman_entry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue