Comment out -o USE_SDHOST to see if it causes crackle

pull/849/head
probonopd 2 months ago committed by GitHub
parent 35244ebb94
commit 1e2f0ab8da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      build.sh

@ -21,9 +21,9 @@ if [ "${RPI}" -gt "1" ]; then
fi fi
# For wireless access # For wireless access
if [ "${RPI}" == "3" ]; then #if [ "${RPI}" == "3" ]; then
OPTIONS="${OPTIONS} -o USE_SDHOST" # OPTIONS="${OPTIONS} -o USE_SDHOST"
fi #fi
# USB Vendor and Device ID for use with USB Gadget Mode # USB Vendor and Device ID for use with USB Gadget Mode
source USBID.sh source USBID.sh

Loading…
Cancel
Save