-

CommentStreams:798db3edd5ce28f702cabab230f35f49

From Geekworm Wiki
Jump to navigation Jump to search

Hi, check the x728pld.py file, try to comment out the following python code:

      GPIO.output(BUZZER_PIN, 1)
       time.sleep(0.1)
       GPIO.output(BUZZER_PIN, 0)
       time.sleep(0.1)