Remote data topic for the analyze docs (#720)

* Remote data topic for the analyze docs

* Add 'see also'

* Spelling typo

* Add more info about serial number usage

* Expand the example
This commit is contained in:
Galen Nickel
2018-03-27 18:26:35 -07:00
committed by Peli de Halleux
parent 0ec922c7f4
commit 5d6f3cd598
6 changed files with 182 additions and 8 deletions

View File

@ -8,7 +8,7 @@ radio.setTransmitSerialNumber(true);
## Parameters
* ``transmit`` is a [boolean](/types/boolean) that represents whether the serial number needs to be transmitted.
* ``transmit`` is a [boolean](/types/boolean) that, when ``true``, means that the board serial number is included in each transmitted packet. If ``false``, the serial number value is set to `0`.
## Example