Skip to content

Commit

Permalink
Clear force-simplex flag. Addresses #515.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmatuschek authored Dec 28, 2024
1 parent bbac76c commit 9307356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/opengd77base_codeplug.cc
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ OpenGD77BaseCodeplug::ChannelElement::encode(const Channel *c, Context &ctx, con

setRXFrequency(c->rxFrequency().inHz());
setTXFrequency(c->txFrequency().inHz());
enableSimplex(false);

if (c->defaultPower())
setPower(ctx.config()->settings()->power());
Expand Down

0 comments on commit 9307356

Please sign in to comment.