From a8d493c8595ca285fa221206496ada6992b37705 Mon Sep 17 00:00:00 2001 From: Mathias Aarseth Pedersen Date: Fri, 11 May 2018 11:27:09 +0200 Subject: [PATCH] Updated text --- nordicsemi/dfu/dfu_transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nordicsemi/dfu/dfu_transport.py b/nordicsemi/dfu/dfu_transport.py index fef318c..939dd88 100644 --- a/nordicsemi/dfu/dfu_transport.py +++ b/nordicsemi/dfu/dfu_transport.py @@ -93,7 +93,7 @@ class DfuTransport(object): "The format of the command was incorrect. This error code is not used in the current implementation, because @ref NRF_DFU_RES_CODE_OP_CODE_NOT_SUPPORTED and @ref NRF_DFU_RES_CODE_INVALID_PARAMETER cover all possible format errors.", "The command was successfully parsed, but it is not supported or unknown.", "The init command is invalid. The init packet either has an invalid update type or it is missing required fields for the update type (for example, the init packet for a SoftDevice update is missing the SoftDevice size field).", - "The firmware version is too low. For an application, the version must be greater than the current application. For a bootloader, it must be greater than or equal to the current version. This requirement prevents downgrade attacks.""", + "The firmware version is too low. For an application, the version must be greater than or equal to the current application. For a bootloader, it must be greater than the current version. This requirement prevents downgrade attacks.""", "The hardware version of the device does not match the required hardware version for the update.", "The array of supported SoftDevices for the update does not contain the FWID of the current SoftDevice.", "The init packet does not contain a signature, but this bootloader requires all updates to have one.",