Remove hamblib str/alc/rf output

This commit is contained in:
Mashintime 2023-03-05 01:36:56 -05:00
parent 1f9b2890bb
commit ea711043a6

View file

@ -1081,7 +1081,7 @@ class RF:
#threading.Event().wait(0.1)
static.HAMLIB_STRENGTH = self.hamlib.get_strength()
print(f"ALC: {static.HAMLIB_ALC}, RF: {static.HAMLIB_RF}, STRENGTH: {static.HAMLIB_STRENGTH}")
#print(f"ALC: {static.HAMLIB_ALC}, RF: {static.HAMLIB_RF}, STRENGTH: {static.HAMLIB_STRENGTH}")
def calculate_fft(self) -> None:
"""