update radio ref for deprecated pages (#1829)
This commit is contained in:
committed by
Abhijith Chatra
parent
739b9568b5
commit
7a5de98819
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user