nrf5/help: Updating ble module help description to also include the address method.

This commit is contained in:
Glenn Ruben Bakke 2017-04-02 16:44:37 +02:00
parent 6fcb0a40e9
commit e5fc082366
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
" ble.enable() -- enable bluetooth stack\n" \ " ble.enable() -- enable bluetooth stack\n" \
" ble.disable() -- disable bluetooth stack\n" \ " ble.disable() -- disable bluetooth stack\n" \
" ble.enabled() -- check whether bluetooth stack is enabled\n" \ " ble.enabled() -- check whether bluetooth stack is enabled\n" \
" ble.address() -- return device address as text string\n" \
"\n" "\n"
#else #else