Skip to content

Commit

Permalink
v6x board_sensors: publish system_power if ADC_ADS1115_EN is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fury1895 authored and bkueng committed Feb 8, 2024
1 parent 97cb933 commit 3de7d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/px4/fmu-v6x/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3de7d83

Please sign in to comment.