AP_RSSI: fix ADC scaling on IOMCU

This commit is contained in:
TunaLobster 2021-09-28 11:40:08 -05:00 committed by Andrew Tridgell
parent db6383eee7
commit 206a25fbcc
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ const AP_Param::GroupInfo AP_RSSI::var_info[] = {
// @Param: PIN_LOW // @Param: PIN_LOW
// @DisplayName: RSSI pin's lowest voltage // @DisplayName: RSSI pin's lowest voltage
// @Description: RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the weakest. Some radio receivers put out inverted values so this value may be higher than RSSI_PIN_HIGH // @Description: RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the weakest. Some radio receivers put out inverted values so this value may be higher than RSSI_PIN_HIGH. When using pin 103, the maximum value of the parameter is 3.3V.
// @Units: V // @Units: V
// @Increment: 0.01 // @Increment: 0.01
// @Range: 0 5.0 // @Range: 0 5.0
@ -60,7 +60,7 @@ const AP_Param::GroupInfo AP_RSSI::var_info[] = {
// @Param: PIN_HIGH // @Param: PIN_HIGH
// @DisplayName: RSSI pin's highest voltage // @DisplayName: RSSI pin's highest voltage
// @Description: RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the strongest. Some radio receivers put out inverted values so this value may be lower than RSSI_PIN_LOW // @Description: RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the strongest. Some radio receivers put out inverted values so this value may be lower than RSSI_PIN_LOW. When using pin 103, the maximum value of the parameter is 3.3V.
// @Units: V // @Units: V
// @Increment: 0.01 // @Increment: 0.01
// @Range: 0 5.0 // @Range: 0 5.0