mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-29 11:43:35 -04:00
Added SD card wiper tool
Frequency manager now creates FREQMAN.TXT if not found Moved graphics files
This commit is contained in:
parent
a0469d709d
commit
3ec725c172
46 changed files with 157 additions and 51 deletions
|
@ -65,7 +65,11 @@ FrequencySaveView::FrequencySaveView(
|
|||
) : nav_ (nav),
|
||||
value_ (value)
|
||||
{
|
||||
error = !load_freqman_file(frequencies);
|
||||
File freqs_file;
|
||||
|
||||
if (!load_freqman_file(frequencies)) {
|
||||
if (!create_freqman_file(freqs_file)) error = true;
|
||||
}
|
||||
|
||||
signal_token_tick_second = time::signal_tick_second += [this]() {
|
||||
this->on_tick_second();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue