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

Commit

Permalink
Merge pull request #383 from NordicSemiconductor/fix/update-hardcoded…
Browse files Browse the repository at this point in the history
…-pc-ble-driver-softdevice-version

update hardcoded version
  • Loading branch information
jornbh authored Jul 12, 2022
2 parents 8717c75 + ae4bab0 commit 25297b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nordicsemi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ def ble(package, conn_ic_id, port, connect_delay, name, address, jlink_snr, flas
os.path.dirname(config.__file__),
"hex",
"sd_api_v5",
"connectivity_4.1.2_usb_with_s132_5.1.0_dfu_pkg.zip"
"connectivity_4.1.4_usb_with_s132_5.1.0_dfu_pkg.zip"
)
dfu = Dfu(zip_file_path=connectivity_firmware,
dfu_transport=serial_backend,
Expand Down

0 comments on commit 25297b7

Please sign in to comment.