pimoroni / flotilla-python

Python library for the Pimoroni Flotilla plug-and-play electronics ecosystem
MIT License
25 stars 15 forks source link

Online installer does not work with Buster #36

Closed ThyWhiteHawk closed 4 years ago

ThyWhiteHawk commented 4 years ago

Flotilla "firmware" updater will not run on Buster from the online installer.

It looks like some files have been updated for buster, but the "update_firmware" still needs the lines: elif cat /etc/os-release | grep -q "buster"; then IS_SUPPORTED=true && IS_EXPERIMENTAL=false

copied into the "raspbian_check()" function.

Gadgetoid commented 4 years ago

Good catch- I'm not 100% sure if it will work, but I've added "experimental" support lines for now. Thank you.