forked from Archive/PX4-Autopilot
v1.4.0 transitional support for battery count
This commit is contained in:
parent
88cf8f23f6
commit
9258bb2ae8
|
@ -109,6 +109,16 @@ then
|
||||||
set AUTOCNF yes
|
set AUTOCNF yes
|
||||||
else
|
else
|
||||||
set AUTOCNF no
|
set AUTOCNF no
|
||||||
|
|
||||||
|
#
|
||||||
|
# Release 1.4.0 transitional support:
|
||||||
|
# set to old default if unconfigured.
|
||||||
|
# this preserves the previous behaviour
|
||||||
|
#
|
||||||
|
if param compare BAT_N_CELLS 0
|
||||||
|
then
|
||||||
|
param set BAT_N_CELLS 3
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue