Skip to content

Commit

Permalink
Merge pull request #420 from hntirgeam/patch-1
Browse files Browse the repository at this point in the history
Added missing information on how to set Model ID on SPI based receivers
  • Loading branch information
deadbytefpv authored Sep 17, 2024
2 parents ee6b686 + a388e57 commit f220d8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/hardware/spi-receivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ UID Bytes
```
```

### Model ID

In order to set or retrieve current Model ID through Betaflight you need to use CLI:
- Set new Model ID: `set expresslrs_model_id = N`
- Get current Model ID: `get expresslrs_model_id`

#### Setting Binding Phrase
Go to Betaflight CLI and enter the following commands.
```
Expand Down

0 comments on commit f220d8f

Please sign in to comment.