-

CommentStreams:798db3edd5ce28f702cabab230f35f49

From Geekworm Wiki
< CommentStreams:3568fa26b6005ac8eb0e73a397db5372
Revision as of 18:51, 27 April 2022 by Harry (talk | contribs) (Migrated reply #2511)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)