From d127f0a641c2830e50bdb438eafaee2d1aa04bab Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 8 Oct 2023 12:37:28 +0200 Subject: [PATCH] cli: blepair fix bug --- software/script/chameleon_cli_unit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/script/chameleon_cli_unit.py b/software/script/chameleon_cli_unit.py index 9e6eaf9..33b4a05 100644 --- a/software/script/chameleon_cli_unit.py +++ b/software/script/chameleon_cli_unit.py @@ -1734,7 +1734,7 @@ class HWBlePair(DeviceRequiredUnit): self.cmd.set_ble_pairing_enable(True) print(f" - Successfully change ble pairing to {CG}Enabled{C0}.") print(f"{CY}Do not forget to store your settings in flash!{C0}") - elif args.disabled: + elif args.disable: if not is_pairing_enable: print(f"{CY} BLE pairing is already disabled.{C0}") return