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

Commit

Permalink
Update version in reference to firmware file (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
bihanssen authored Aug 23, 2021
1 parent fd58570 commit 10276bf
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 @@ -1182,7 +1182,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.1_usb_with_s132_5.1.0_dfu_pkg.zip"
"connectivity_4.1.2_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 10276bf

Please sign in to comment.