Hello everyone, due to some interface design issues, our current flight controller only has one power voltage monitoring port and current monitoring port left. But we need to measure the voltage of two batteries (there is no need for current measurement). May I ask if it is possible to map the original current monitoring port to the voltage monitoring port of the second battery monitor to achieve dual battery voltage monitoring? The specific parameter settings are as follows:
BATT_MONITOR=3
BATT2_MONITOR=3
BATT_VOLT_PIN=2
BATT2_VOLT_PIN=3
Thanks