diff --git a/rpitx.py b/rpitx.py index ead913fb..ed5c0733 100644 --- a/rpitx.py +++ b/rpitx.py @@ -335,15 +335,15 @@ if __name__ == "__main__": print(rx) if len(config) > 9: rxpl = float(config[9]) - print(rxpl) - print( "{:.0f}".format(rxpl)) + # print(rxpl) + # print( "{:.0f}".format(rxpl)) rxpl_value = "{:.0f}".format(rxpl) print(rxpl_value) if len(config) > 10: txpl = float(config[10]) - print(txpl) - print( "{:.0f}".format(txpl)) - rxpl_value = "{:.0f}".format(txpl) +# print(txpl) +# print( "{:.0f}".format(txpl)) + txpl_value = "{:.0f}".format(txpl) print(txpl_value) print(config) print