From 1e2f0ab8da1577847b03540272aea743116101b0 Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 21 Apr 2025 11:04:43 +0200 Subject: [PATCH] Comment out -o USE_SDHOST to see if it causes crackle --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 6ceaa74..871277d 100755 --- a/build.sh +++ b/build.sh @@ -21,9 +21,9 @@ if [ "${RPI}" -gt "1" ]; then fi # For wireless access -if [ "${RPI}" == "3" ]; then - OPTIONS="${OPTIONS} -o USE_SDHOST" -fi +#if [ "${RPI}" == "3" ]; then +# OPTIONS="${OPTIONS} -o USE_SDHOST" +#fi # USB Vendor and Device ID for use with USB Gadget Mode source USBID.sh