Files
bizhang_-obav/boards/hex/cube-yellow/init/rc.board_defaults

23 lines
435 B
Plaintext
Raw Normal View History

#!/bin/sh
#
# Board specific defaults
#------------------------------------------------------------------------------
if [ $AUTOCNF = yes ]
then
param set BAT_V_DIV 10.1
param set BAT1_V_DIV 10.1
param set BAT2_V_DI 10.1
param set BAT_A_PER_V 17
param set BAT1_A_PER_V 17
param set BAT2_A_PER_V 17
# Disable IMU thermal control
param set SENS_EN_THERMAL 0
fi
set LOGGER_BUF 64
set IOFW "/etc/extras/hex_io-v2_default.bin"