S06gpio 193 B

123456789
  1. #!/bin/sh
  2. #Set the correct GPIO for the audio driver (T31 only)
  3. if [ -f /opt/wz_mini/tmp/.HL_PAN2 ]; then
  4. GPIO=7
  5. elif [ -f /opt/wz_mini/tmp/.WYZE_CAKP2JFUS ]; then
  6. GPIO=63
  7. fi