Skip to content

Commit

Permalink
Merge branch 'master' of github.com:g0orx/pihpsdr into PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1ycf committed Nov 25, 2021
2 parents c8db333 + 8ce4ab4 commit fc345bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions actions.c
Original file line number Diff line number Diff line change
Expand Up @@ -979,11 +979,11 @@ int process_action(void *data) {
break;
case SAT:
if(a->mode==PRESSED) {
if(sat_mode==SAT_MODE) {
sat_mode=SAT_NONE;
} else {
sat_mode=SAT_MODE;
}
if(sat_mode==SAT_MODE) {
sat_mode=SAT_NONE;
} else {
sat_mode=SAT_MODE;
}
g_idle_add(ext_vfo_update, NULL);
}
break;
Expand Down

0 comments on commit fc345bf

Please sign in to comment.