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

Commit

Permalink
update hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbh committed Jul 12, 2022
1 parent 8717c75 commit ae4bab0
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 ae4bab0

Please sign in to comment.