Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nRF-Toolbox into develop
  • Loading branch information
Berg, Mostafa authored and Berg, Mostafa committed Dec 18, 2017
2 parents 7ca8dd7 + 2192666 commit 02e05fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nRF Toolbox/DFU/Constants/NORDFUConstantsUtility.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class NORDFUConstantsUtility: NSObject {
let ancSServiceUUIDString = "7905F431-B5CE-4E99-A40F-4B1E122D00D0"

static func getDFUHelpText() -> String {
return "The Device Firmware Update (DFU) profile allows to upload a new application, Soft Device or bootloader onto the device over-the-air (OTA). It is compatible with nRF5x devices, from Nordic Semiconductor, that have the S110, S130 or S132 SoftDevice and the DFU bootloader enabled. \n\nDefault number of Packet Receipt Notification is 10 and can changed in the Settings. For more information about the DFU check the documentation."
return "The Device Firmware Update (DFU) profile allows to upload a new application, Soft Device or bootloader onto the device over-the-air (OTA). It is compatible with nRF5x devices, from Nordic Semiconductor, that have the S110, S130 or S132 SoftDevice and the DFU bootloader enabled. \n\nDefault number of Packet Receipt Notification is 10 and can be changed in the Settings. For more information about the DFU check the documentation."
}

static func showAlert(message aMessage : String) {
Expand Down

0 comments on commit 02e05fb

Please sign in to comment.