Skip to content

Commit

Permalink
fix for freq manager save file
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjanOnwezen committed Jun 5, 2021
1 parent 182059b commit 226c0c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firmware/application/apps/ui_freqman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ FreqManBaseView::FreqManBaseView(
} else
error_ = ERROR_NOFILES;

// initialize
change_category(last_category_id);

// Default function
on_change_category = [this](int32_t category_id) {
change_category(category_id);
Expand Down

0 comments on commit 226c0c2

Please sign in to comment.