Skip to content

Commit

Permalink
Request updates uppon calling APP_EndTransmission
Browse files Browse the repository at this point in the history
  • Loading branch information
JuantAldea committed Dec 26, 2023
1 parent 4fa5f58 commit a0cacb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,9 @@ void APP_EndTransmission(bool inmediately)
{
RADIO_SendEndOfTransmission();

gUpdateStatus = true;
gUpdateDisplay = true;

if (gMonitor) {
//turn the monitor back on
gFlagReconfigureVfos = true;
Expand Down Expand Up @@ -757,8 +760,6 @@ static void HandleVox(void)

if (gCurrentFunction == FUNCTION_TRANSMIT && !gPttIsPressed && !gVOX_NoiseDetected) {
APP_EndTransmission(false);
gUpdateStatus = true;
gUpdateDisplay = true;
}
return;
}
Expand Down

0 comments on commit a0cacb2

Please sign in to comment.