Skip to content

Commit

Permalink
fix: (re)enable time based mute for TX16S based on RM feedback (#3701)
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored Jun 20, 2023
1 parent 97deeeb commit d85218b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions radio/src/targets/horus/hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -694,14 +694,14 @@
#endif

#if defined(RADIO_FAMILY_T16)
#if defined(RADIO_TX16S)
#define AUDIO_UNMUTE_DELAY 150 // ms
#else
#define AUDIO_UNMUTE_DELAY 120 // ms
#endif
#define AUDIO_MUTE_DELAY 500 // ms
#endif

#if defined(RADIO_TX16S)
// Only slight noise with 868MHz > 1W, if complaints later remove and set AUDIO_UNMUTE_DELAY to 150
#undef AUDIO_MUTE_GPIO_PIN
#endif

// Touch
#if defined(HARDWARE_TOUCH)
Expand Down

0 comments on commit d85218b

Please sign in to comment.