mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-08-09 20:14:04 +00:00
fix script and add car changes to conf.dist
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1 +1 @@
|
||||
Thu Jul 14 01:55:48 PM PDT 2022
|
||||
Thu Jul 14 02:14:03 PM PDT 2022
|
||||
|
Reference in New Issue
Block a user