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

Commit 25297b7

Browse files
authored
Merge pull request #383 from NordicSemiconductor/fix/update-hardcoded-pc-ble-driver-softdevice-version
update hardcoded version
2 parents 8717c75 + ae4bab0 commit 25297b7

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
@@ -1192,7 +1192,7 @@ def ble(package, conn_ic_id, port, connect_delay, name, address, jlink_snr, flas
11921192
os.path.dirname(config.__file__),
11931193
"hex",
11941194
"sd_api_v5",
1195-
"connectivity_4.1.2_usb_with_s132_5.1.0_dfu_pkg.zip"
1195+
"connectivity_4.1.4_usb_with_s132_5.1.0_dfu_pkg.zip"
11961196
)
11971197
dfu = Dfu(zip_file_path=connectivity_firmware,
11981198
dfu_transport=serial_backend,

0 commit comments

Comments
 (0)