This commit is contained in:
Armel FAUVEAU
2024-05-05 05:18:54 +02:00
parent 18644e5a06
commit 1d78b9b179
2 changed files with 3 additions and 1 deletions

View File

@@ -1054,6 +1054,7 @@ void RADIO_PrepareTX(void)
){
// TX frequency not allowed
State = VFO_STATE_TX_DISABLE;
gVfoConfigureMode = VFO_CONFIGURE;
} else if (SerialConfigInProgress()) {
// TX is disabled or config upload/download in progress
State = VFO_STATE_TX_DISABLE;