fix script and add car changes to conf.dist

This commit is contained in:
Alfonso Gamboa
2022-07-14 14:14:39 -07:00
parent 84c893e593
commit 16e3369ef1
4 changed files with 6 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ if [[ "$DISABLE_MOTOR" == "true" ]]; then
fi
#Enable serial driver for car
if [ -f /opt/wz_mini/tmp/.CAR ] || [[ "$ENABLE_CAR_DRIVER" == "true"]]; then
if [ -f /opt/wz_mini/tmp/.CAR ] || [[ "$ENABLE_CAR_DRIVER" == "true" ]]; then
modprobe cp210x
fi

View File

@@ -91,6 +91,7 @@ ENABLE_MP4_WRITE="false"
NIGHT_DROP_DISABLE="false"
DISABLE_MOTOR="false"
ENABLE_FSCK_ON_BOOT="false"
ENABLE_CAR_DRIVER="false"
#####DEBUG#####
#drops you to a shell via serial, doesn't load app_init.sh

View File

@@ -1 +1 @@
Thu Jul 14 01:55:48 PM PDT 2022
Thu Jul 14 02:14:03 PM PDT 2022