forked from Archive/PX4-Autopilot
v6x board_sensors: publish system_power if ADC_ADS1115_EN is enabled
This commit is contained in:
parent
97cb933cff
commit
3de7d83e5f
|
@ -12,6 +12,7 @@ fi
|
|||
if param compare -s ADC_ADS1115_EN 1
|
||||
then
|
||||
ads1115 start -X
|
||||
board_adc start -n
|
||||
else
|
||||
board_adc start
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue