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,18 @@
# Received Signal Strength
# received Signal Strength
> Note: This API has been deprecated! Use [on data packet received](/reference/radio/on-data-packet-received) instead.
Find how strong the radio signal is.
```sig
radio.receivedSignalStrength();
```
## ~ hint
**Deprecated**
This API has been deprecated! Use [received packet](/reference/radio/received-packet) instead.
## ~
Find how strong the ``radio`` signal is, from `-128` to `-42`.
(`-128` means a weak signal and `-42` means a strong one.)
@ -10,9 +22,7 @@ the last time it ran the
[on received number](/reference/radio/on-received-number) function. That means
it needs to run **receive number** first.
```sig
radio.receivedSignalStrength();
```
## Returns