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