Added softmute

Added softmute to menu
Resized menu popup
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-06-05 22:22:46 +02:00
parent f2ba6218d9
commit 6fb3789eae
3 changed files with 106 additions and 36 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ bool devTEF_Radio_Set_Softmute_Max_FM(uint8_t mode) {
}
bool devTEF_Radio_Set_Softmute_Max_AM(uint8_t mode) {
return devTEF_Set_Cmd(TEF_AM, Cmd_Set_Softmute_Max, 7, uint16_t(mode), uint16_t(300));
return devTEF_Set_Cmd(TEF_AM, Cmd_Set_Softmute_Max, 7, uint16_t(mode), uint16_t(250));
}
bool devTEF_APPL_Get_Operation_Status (uint8_t *bootstatus) {