Skip to content

Commit

Permalink
Hamlib: Set mode before frequency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Jun 18, 2023
1 parent 0d2aa64 commit c227545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hamlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ void Hamlib::setFrequencyAndMode(uint64_t frequencyHz, bool analog)
}

vfo_t currVfo = getCurrentVfo_();
setFrequencyHelper_(currVfo, frequencyHz);
setMode(analog);
setFrequencyHelper_(currVfo, frequencyHz);
}

void Hamlib::setModeHelper_(vfo_t currVfo, rmode_t mode)
Expand Down

0 comments on commit c227545

Please sign in to comment.