v6x board_sensors: publish system_power if ADC_ADS1115_EN is enabled

This commit is contained in:
fury1895 2024-02-08 14:48:27 +01:00 committed by Beat Küng
parent 97cb933cff
commit 3de7d83e5f
1 changed files with 1 additions and 0 deletions

View File

@ -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