From 0b2ebfefda09cb35a039ca5b6b4f0b2f665e881e Mon Sep 17 00:00:00 2001 From: TunaLobster Date: Tue, 28 Sep 2021 11:40:08 -0500 Subject: [PATCH] AP_WindVane: fix ADC scaling on IOMCU --- libraries/AP_WindVane/AP_WindVane.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/AP_WindVane/AP_WindVane.cpp b/libraries/AP_WindVane/AP_WindVane.cpp index c6d1364d66..dba378495c 100644 --- a/libraries/AP_WindVane/AP_WindVane.cpp +++ b/libraries/AP_WindVane/AP_WindVane.cpp @@ -46,7 +46,7 @@ const AP_Param::GroupInfo AP_WindVane::var_info[] = { // @Param: DIR_V_MIN // @DisplayName: Wind vane voltage minimum - // @Description: Minimum voltage supplied by analog wind vane + // @Description: Minimum voltage supplied by analog wind vane. When using pin 103, the maximum value of the parameter is 3.3V. // @Units: V // @Increment: 0.01 // @Range: 0 5.0 @@ -55,7 +55,7 @@ const AP_Param::GroupInfo AP_WindVane::var_info[] = { // @Param: DIR_V_MAX // @DisplayName: Wind vane voltage maximum - // @Description: Maximum voltage supplied by analog wind vane + // @Description: Maximum voltage supplied by analog wind vane. When using pin 103, the maximum value of the parameter is 3.3V. // @Units: V // @Increment: 0.01 // @Range: 0 5.0