Fix EOT sound alert

This commit is contained in:
Armel FAUVEAU
2024-02-11 23:18:34 +01:00
parent 421f3d78a7
commit b8e209c6c8
3 changed files with 32 additions and 14 deletions

View File

@@ -35,8 +35,9 @@ enum BEEP_Type_t
BEEP_440HZ_40MS_OPTIONAL,
BEEP_880HZ_40MS_OPTIONAL,
#ifdef ENABLE_FEAT_F4HWN
BEEP_400HZ_30MS,
BEEP_600HZ_30MS,
BEEP_800HZ_30MS,
BEEP_1000HZ_30MS,
#endif
BEEP_880HZ_60MS_TRIPLE_BEEP
};