Update Noisegate Branch #7

Closed
logan wants to merge 14 commits from master into NoiseGateV2
Showing only changes of commit 56a3bdd0ea - Show all commits

View File

@@ -18,7 +18,7 @@ class OP25Handler: #(threading.Thread):
def start(self) -> None:
self.open_op25()
def set_op25_parameters(self, _frequency, _http_enabled: bool = False):
def set_op25_parameters(self, _frequency, _http_enabled: bool = True):
self.Frequency = _frequency
self.HTTP_ENABLED = _http_enabled