Skip to content

Commit

Permalink
MNTM: reboot when changing extended frequencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sil333033 committed Mar 18, 2024
1 parent ccfb385 commit 8869d9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ static void momentum_app_scene_protocols_subghz_extend_changed(VariableItem* ite
app->subghz_extend = variable_item_get_current_value_index(item);
variable_item_set_current_value_text(item, app->subghz_extend ? "ON" : "OFF");
app->save_subghz = true;
app->require_reboot = true;
}

static void xtreme_app_scene_protocols_subghz_bypass_changed(VariableItem* item) {
Expand Down

0 comments on commit 8869d9b

Please sign in to comment.