Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit a6eb68b

Browse files
committed
update and lock python version
1 parent 67b2820 commit a6eb68b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nordicsemi/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ def ble(package, conn_ic_id, port, connect_delay, name, address, jlink_snr, flas
11821182
os.path.dirname(config.__file__),
11831183
"hex",
11841184
"sd_api_v5",
1185-
"connectivity_4.1.2_usb_with_s132_5.1.0_dfu_pkg.zip"
1185+
"connectivity_4.1.4_usb_with_s132_5.1.0_dfu_pkg.zip"
11861186
)
11871187
dfu = Dfu(zip_file_path=connectivity_firmware,
11881188
dfu_transport=serial_backend,

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ crcmod
44
ecdsa
55
intelhex
66
libusb1
7-
pc_ble_driver_py >= 0.16.1
7+
pc_ble_driver_py == 0.16.1
88
piccata
99
protobuf
1010
pyserial

0 commit comments

Comments
 (0)