mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-16 02:47:47 +00:00
Frequency manager empty file bugfix
This commit is contained in:
@@ -31,6 +31,12 @@
|
||||
|
||||
using namespace ui;
|
||||
|
||||
enum freqman_error {
|
||||
NO_ERROR = 0,
|
||||
ERROR_ACCESS,
|
||||
ERROR_EMPTY
|
||||
};
|
||||
|
||||
struct freqman_entry {
|
||||
rf::Frequency value;
|
||||
std::string frequency_str;
|
||||
|
Reference in New Issue
Block a user