Skip to content

Commit

Permalink
FIXX CTCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
losehu committed Feb 2, 2025
1 parent 16f34ac commit cde16d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tle/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,10 +501,10 @@ void ToggleTX(bool on) {
BK4819_WriteRegister(BK4819_REG_51, 0x9033);

//亚音
if (sat_get.RX_TONE == 0)
if (sat_get.TX_TONE == 0)
BK4819_ExitSubAu();
else
BK4819_SetCTCSSFrequency(885);//sat_get.RX_TONE);
BK4819_SetCTCSSFrequency(sat_get.TX_TONE);//sat_get.RX_TONE);

//功率
FREQUENCY_Band_t Band = FREQUENCY_GetBand(fMeasure);
Expand Down

0 comments on commit cde16d3

Please sign in to comment.