audiorocket is now audiorakete
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# piplayer5 - AudioRocket
|
||||
# http://www.tilman.de/projekte/audiorocket
|
||||
# piplayer5 - AudioRakete
|
||||
# http://www.tilman.de/projekte/audiorakete
|
||||
|
||||
import RPi.GPIO as GPIO
|
||||
import logging
|
||||
@@ -15,9 +15,9 @@ logging.info('Initializing')
|
||||
|
||||
# Configuration
|
||||
MUSIC_BASE_DIRECTORY = "mnt/"
|
||||
SOUND_SCANNING = "mnt/INTERNAL/audiorocket/sounds/scanning.mp3"
|
||||
SOUND_SCAN_FAIL = "mnt/INTERNAL/audiorocket/sounds/fail-05.mp3"
|
||||
SOUND_SCAN_OK = "mnt/INTERNAL/audiorocket/sounds/ok-05.mp3"
|
||||
SOUND_SCANNING = "mnt/INTERNAL/audiorakete/sounds/scanning.mp3"
|
||||
SOUND_SCAN_FAIL = "mnt/INTERNAL/audiorakete/sounds/fail-05.mp3"
|
||||
SOUND_SCAN_OK = "mnt/INTERNAL/audiorakete/sounds/ok-05.mp3"
|
||||
QR_SCANNER_TIMEOUT = 4
|
||||
|
||||
# photo sensor on PIN 5
|
||||
@@ -138,4 +138,4 @@ except KeyboardInterrupt:
|
||||
|
||||
finally:
|
||||
logging.info('Reset GPIO configuration and close')
|
||||
GPIO.cleanup()
|
||||
GPIO.cleanup()
|
||||
Reference in New Issue
Block a user