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

Commit 10276bf

Browse files
authored
Update version in reference to firmware file (#355)
1 parent fd58570 commit 10276bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.1_usb_with_s132_5.1.0_dfu_pkg.zip"
1185+
"connectivity_4.1.2_usb_with_s132_5.1.0_dfu_pkg.zip"
11861186
)
11871187
dfu = Dfu(zip_file_path=connectivity_firmware,
11881188
dfu_transport=serial_backend,

0 commit comments

Comments
 (0)