mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Use debug outputs to show ADC readings.
This commit is contained in:
parent
e79438d930
commit
0ec5c2cdca
2 changed files with 1 additions and 2 deletions
|
@ -336,7 +336,6 @@ void updateRSSI(uint32_t currentTime)
|
|||
} else if (feature(FEATURE_RSSI_ADC)) {
|
||||
updateRSSIADC(currentTime);
|
||||
}
|
||||
debug[0] = rssi;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue