Merge pull request #27 from tijon1/radio-patch1

Fix radio command sound.
This commit is contained in:
Marco Cawthorne 2023-05-08 08:46:10 -07:00 committed by GitHub
commit 3a922a456f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ RADIOC(int n)
sendevent("Radio", "f", RADIO_CT_INPOS);
break;
case 6:
sendevent("Radio", "f", RADIO_COM_REPORTIN);
sendevent("Radio", "f", RADIO_CT_REPORTINGIN);
break;
case 7:
sendevent("Radio", "f", RADIO_BLOW);