From e5fc082366c2c8486ea5ded61564b60afd090dcf Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Sun, 2 Apr 2017 16:44:37 +0200 Subject: [PATCH] nrf5/help: Updating ble module help description to also include the address method. --- nrf5/bluetooth/help_sd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nrf5/bluetooth/help_sd.h b/nrf5/bluetooth/help_sd.h index b854fda060..2dde1a9e91 100644 --- a/nrf5/bluetooth/help_sd.h +++ b/nrf5/bluetooth/help_sd.h @@ -37,6 +37,7 @@ " ble.enable() -- enable bluetooth stack\n" \ " ble.disable() -- disable bluetooth stack\n" \ " ble.enabled() -- check whether bluetooth stack is enabled\n" \ +" ble.address() -- return device address as text string\n" \ "\n" #else