Fix EOT blocking issue and EOT is now fixed at 4s

This commit is contained in:
Armel FAUVEAU
2024-02-16 19:50:49 +01:00
parent 3e6c2959ae
commit 04da5ae1dc
4 changed files with 57 additions and 56 deletions

View File

@@ -38,8 +38,8 @@ enum BEEP_Type_t
BEEP_880HZ_40MS_OPTIONAL,
#ifdef ENABLE_FEAT_F4HWN
BEEP_400HZ_30MS,
BEEP_500HZ_30MS,
BEEP_600HZ_30MS,
BEEP_800HZ_30MS,
#endif
BEEP_880HZ_60MS_TRIPLE_BEEP
};