mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
commit
212dab7ecd
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Then, calculate the offset and scale values using the following formula:
|
||||||
|
|
||||||
```
|
```
|
||||||
rssi_offset = 1000-(rssi_nosig) / 10
|
rssi_offset = 1000-(rssi_nosig) / 10
|
||||||
rssi_scale = 100 * 1000 * (rssi_fullsig - rssi_nosig)
|
rssi_scale = 100 * 1000 / (rssi_fullsig - rssi_nosig)
|
||||||
```
|
```
|
||||||
|
|
||||||
Examples are:
|
Examples are:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue