Skip to content

Commit

Permalink
Add missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Vincent committed Apr 23, 2023
1 parent aa0f055 commit 8f55e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radio-panel/radio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ void radio::gpioFreqFracInput()
fracSetSel++;
}
// Short press also switches ADF audio (morse code) on or off
audioAdf = 1 - audioAdf;
globals.simVars->write(KEY_RADIO_ADF_IDENT_SET, audioAdf);
}
else if (showNav) {
Expand Down

0 comments on commit 8f55e6e

Please sign in to comment.