Merge branch 'master' into Fix_Workaround_Issue_145

This commit is contained in:
Scott Kilau
2022-07-01 15:07:45 -05:00
25 changed files with 11 additions and 1683 deletions

View File

@@ -94,6 +94,11 @@ fi
/opt/wz_mini/etc/init.d/wz_user.sh &
if [[ "$DISABLE_MOTOR" == "true" ]]; then
echo "Motor Disabled"
touch /opt/wz_mini/tmp/.ms
fi
##LIBRARY DEBUG
#cp /opt/wz_mini/lib/uClibc.tar /tmp
#tar -xf /tmp/uClibc.tar -C /tmp

View File

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

Binary file not shown.

View File

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