disable squelch for DRM, too

This commit is contained in:
Jakob Ketterl 2021-07-15 12:54:21 +02:00
parent 0277ae8722
commit e6dd1e0fde
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ class Dsp(DirewolfConfigSubscriber):
# no squelch required on digital voice modes
actual_squelch = (
-150
if self.isDigitalVoice() or self.isPacket() or self.isPocsag() or self.isFreeDV()
if self.isDigitalVoice() or self.isPacket() or self.isPocsag() or self.isFreeDV() or self.isDrm()
else self.squelch_level
)
if self.running: