Radio bridge description text (#1223)
This commit is contained in:
parent
1ed95f2b7d
commit
f76f5b23d1
@ -1,5 +1,7 @@
|
|||||||
# Radio bridge
|
# Radio bridge
|
||||||
|
|
||||||
|
Transfer the packet data received from the radio to the serial port. Use buttons **A** and **B** to select a radio group number.
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
/**
|
/**
|
||||||
* Download this code and connect the device to the computer.
|
* Download this code and connect the device to the computer.
|
||||||
@ -33,4 +35,4 @@ input.onButtonPressed(Button.B, function () {
|
|||||||
})
|
})
|
||||||
group = 128
|
group = 128
|
||||||
radio.setGroup(group)
|
radio.setGroup(group)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user