mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Cleaned up handling of RSSI, added resetting to 0 for RSSI over MSP.
This commit is contained in:
parent
0c84506336
commit
c6b88e5d04
13 changed files with 67 additions and 46 deletions
|
@ -932,4 +932,6 @@ extern "C" {
|
|||
bool cmsDisplayPortRegister(displayPort_t *) {
|
||||
return false;
|
||||
}
|
||||
|
||||
uint16_t getRssi(void) { return rssi; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue