Added SD card wiper tool

Frequency manager now creates FREQMAN.TXT if not found
Moved graphics files
This commit is contained in:
furrtek 2017-01-10 18:40:33 +00:00
parent a0469d709d
commit 3ec725c172
46 changed files with 157 additions and 51 deletions

View file

@ -39,6 +39,7 @@ struct freqman_entry {
bool load_freqman_file(std::vector<freqman_entry> &frequencies);
bool save_freqman_file(std::vector<freqman_entry> &frequencies);
bool create_freqman_file(File &freqs_file);
std::string freqman_item_string(freqman_entry &frequencies);
#endif/*__FREQMAN_H__*/