From 9958558c2f4dbe7c8fe2bec22effbf4919c82d59 Mon Sep 17 00:00:00 2001 From: Lars Amsel Date: Mon, 14 Jun 2021 14:27:27 +0200 Subject: cal: make 'calibrate all channels' default for --channels argument --- host/utils/uhd_power_cal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/utils/uhd_power_cal.py') diff --git a/host/utils/uhd_power_cal.py b/host/utils/uhd_power_cal.py index d2fcf83cd..2add83e8f 100644 --- a/host/utils/uhd_power_cal.py +++ b/host/utils/uhd_power_cal.py @@ -74,7 +74,7 @@ def parse_args(): help="Select antenna port. A value of '*' means that the calibration " "will be repeated on all appropriate antenna ports.") parser.add_argument( - '--channels', default="0", + '--channels', default="*", help="Select channel. A value of '*' means that the calibration " "will be repeated on all appropriate channels.") parser.add_argument( -- cgit v1.2.3