lf_tx_power.py : comment fix the comment said beacon when it was combined

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-03-30 11:40:29 -06:00
committed by shivam
parent a06a6cf66c
commit 77b3e517e6

View File

@@ -1653,7 +1653,7 @@ def main():
cc_dbmi = int(cc_dbm)
diff_dbm = calc_dbm - cc_dbmi
if(int(abs(diff_dbm)) > pfrange):
e_tot = "ERROR: Controller dBm and Calculated dBm Beacon power different by greater than +/- {} dBm".format(
e_tot = "ERROR: Controller dBm and Calculated dBm power different by greater than +/- {} dBm".format(
args.pf_dbm) # pass / fail dbm
pf = 0