update radio ref for deprecated pages (#1829)
This commit is contained in:
committed by
Abhijith Chatra
parent
739b9568b5
commit
7a5de98819
@ -1,7 +1,13 @@
|
||||
# set Group
|
||||
|
||||
Make a program have the group ID you tell it for sending and receiving
|
||||
with ``radio``. A group is like a cable channel (a @boardname@ can only
|
||||
with radio.
|
||||
|
||||
```sig
|
||||
radio.setGroup(0);
|
||||
```
|
||||
|
||||
A group is like a cable channel (a @boardname@ can only
|
||||
send or receive in one group at a time). A group ID is like the cable
|
||||
channel number.
|
||||
|
||||
@ -10,10 +16,6 @@ function, it will figure out its own group ID by itself. If you load
|
||||
the very same program onto two different @boardname@s, they will be able
|
||||
to talk to each other because they will have the same group ID.
|
||||
|
||||
```sig
|
||||
radio.setGroup(0);
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
* **id**: a [number](/types/number) from ``0`` to ``255``.
|
||||
|
Reference in New Issue
Block a user