Sound device is now configurable
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -20,6 +20,7 @@ TICK_INTERVAL = float(os.environ.get("TICK_INTERVAL", 0.4))
|
||||
SAMPLE_LENGTH = float(os.environ.get("SAMPLE_LENGTH", 1))
|
||||
|
||||
ENEMY_SOUNDS = os.environ.get("ENEMY_SOUNDS", '/var/lib/birbnetes/enemy_sounds')
|
||||
RECORD_DEVICE = os.environ.get("RECORD_DEVICE", 'default')
|
||||
|
||||
MQTT_HOSTNAME = os.getenv("GUARD_MQTT_HOSTNAME", "localhost")
|
||||
MQTT_PORT = int(os.getenv("GUARD_MQTT_PORT", 1883))
|
||||
|
Reference in New Issue
Block a user