04-07-2018, 09:03 PM
yes, this is an issue. You will have to go in via SSH and run the cmd below to turn off Bluetooth, then reboot.
AFAIK there is no way to detect the presence of the Bluetooth adapter. I could check for the Pi model being 0W or 3B/3B+ but this will not account for a Pi-2B with a Bluetooth dongle.
-Tim
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_system set value='0' where param='btsvc'"
AFAIK there is no way to detect the presence of the Bluetooth adapter. I could check for the Pi model being 0W or 3B/3B+ but this will not account for a Pi-2B with a Bluetooth dongle.
-Tim