Bläddra i källkod

Add two more beeps to the buzzer sound

Makes the buzzer notifications more noticeable.
tags/3.1_alpha
swimIan GitHub 8 år sedan
förälder
incheckning
42e91de9eb
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      modules/buzzer/__init__.py

+ 1
- 1
modules/buzzer/__init__.py Visa fil

@@ -9,7 +9,7 @@ except Exception as e:

class Buzzer(object):

sound = ["H", 0.1, "L"]
sound = ["H", 0.1, "L", "H", 0.1, "L", "H", 0.1, "L"]
def __init__(self, gpio):
try:
cbpi.app.logger.info("INIT BUZZER NOW GPIO%s" % gpio)


Laddar…
Avbryt
Spara