update radio ref for deprecated pages (#1829)

This commit is contained in:
Galen Nickel
2019-02-13 21:01:50 -08:00
committed by Abhijith Chatra
parent 739b9568b5
commit 7a5de98819
19 changed files with 128 additions and 61 deletions

View File

@ -1,6 +1,6 @@
# set Transmit Serial Number
Make the ``radio`` packet embed the board serial number with each packet of data.
Make the radio packet embed the board serial number with each packet of data.
```sig
radio.setTransmitSerialNumber(true);
@ -8,7 +8,7 @@ radio.setTransmitSerialNumber(true);
## Parameters
* ``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`.
* **transmit**: 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