04-01-2020, 03:23 PM
Hi Paul
In that case, you could just build an older version of mpd_oled. The following commands build the last version before I updated the communications library
You can see the numbers that reference the older versions of mpd_oled on the right hand side here: https://github.com/antiprism/mpd_oled/commits/master
If you want to build a different earlier version of mpd_oled, just put that number in the 'git checkout' command (and run 'make clean' if you change versions after previously running 'make').
Adrian.
In that case, you could just build an older version of mpd_oled. The following commands build the last version before I updated the communications library
Code:
git clone https://github.com/antiprism/mpd_oled.git mpd_oled_oled
cd mpd_oled_oled
git checkout 410fcba
PLAYER=MOODE make
You can see the numbers that reference the older versions of mpd_oled on the right hand side here: https://github.com/antiprism/mpd_oled/commits/master
If you want to build a different earlier version of mpd_oled, just put that number in the 'git checkout' command (and run 'make clean' if you change versions after previously running 'make').
Adrian.