diff --git a/software/webradio.py b/software/webradio.py index 23eaf75..7461aee 100644 --- a/software/webradio.py +++ b/software/webradio.py @@ -5,7 +5,7 @@ import asyncio from mpd import MPDClient import spidev -IO_DELAY = (1.0 / 20.0) +IO_DELAY = (1.0 / 25.0) MPD_DELAY = 0.5 class display(object):