Skip to content

Commit c06cfef

Browse files
committed
update nrfutil text
1 parent eb9a437 commit c06cfef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
0 Bytes
Binary file not shown.

tools/nrfutil-0.5.2/nordicsemi/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ def serial(package, port, baudrate, flowcontrol):
287287
click.echo("Failed to upgrade target. Error is: {0}".format(e.message))
288288
click.echo("")
289289
click.echo("Possible causes:")
290-
click.echo("- Selected bootloader version does not match the one on Bluefruit device.")
291-
click.echo(" Upgrade the bootloader or select correct version in Tools->Bootloader.")
290+
click.echo("- Selected Bootloader version does not match the one on Bluefruit device.")
291+
click.echo(" Please upgrade the Bootloader or select correct version in Tools->Bootloader.")
292292
click.echo("- Baud rate must be 115200, Flow control must be off.")
293293
click.echo("- Target is not in DFU mode. Ground DFU pin and RESET and release both to enter DFU mode.")
294294

0 commit comments

Comments
 (0)