Digital power sensor with Analog power FC

What is a correct way to use a digital power sensor when the FC contains analog power sense pins? If I enable my digital power driver, both the digital driver and the on-board ADC are publishing the voltage values, with analog ADC publishing whatever noise the V_sns or I_sns are picking up.

For anyone interested:
You need to update the “board_config.h” and add “#define BOARD_NUMBER_DIGITAL_BRICKS 2”. This will stop the on-board ADC from publishing the Vsense and Isense values.