mirror of
https://github.com/Pecusx/piradio-mini.git
synced 2026-05-20 22:33:44 +02:00
Prevent to start streaming if the processor has only 1 core.
This commit is contained in:
@@ -159,7 +159,7 @@ class MyDaemon(Daemon):
|
||||
mpd_version = radio.execMpcCommand("version")
|
||||
log.message(mpd_version, log.INFO)
|
||||
lcd.line3(mpd_version)
|
||||
lcd.line4("GPIO version " + str(GPIO.VERSION))
|
||||
lcd.line4("GPIO: " + str(GPIO.VERSION) + " cores:"+str(radio.cores))
|
||||
time.sleep(2.0)
|
||||
|
||||
reload(lcd,radio)
|
||||
|
||||
Reference in New Issue
Block a user