Added bias-T status icon

Merged radio settings in one screen
This commit is contained in:
furrtek
2018-01-07 23:13:08 +00:00
parent 8b9ecda1a0
commit 3193c6ee99
152 changed files with 487 additions and 803 deletions

View File

@@ -58,8 +58,8 @@ struct freqman_entry {
using freqman_db = std::vector<freqman_entry>;
std::vector<std::string> get_freqman_files();
bool load_freqman_file(std::string& file_stem, freqman_db &db);
bool save_freqman_file(std::string& file_stem, freqman_db &db);
bool load_freqman_file(std::string& file_stem, freqman_db& db);
bool save_freqman_file(std::string& file_stem, freqman_db& db);
bool create_freqman_file(std::string& file_stem, File& freqman_file);
std::string freqman_item_string(freqman_entry &item, size_t max_length);