Search found 1 match

by oh2th
Sat Mar 02, 2024 5:10 am
Forum: MMDVM_HS Hat(s)
Topic: Cannot get the control attributes
Replies: 6
Views: 1285

Re: Cannot get the control attributes

Seems all be related to bluetooth taking the device.

In /boot/config.txt search for dtoverlay and disable the bluetooth.

Code: Select all

# Dissable Pi3 Bluetooth (so that UART works)
dtoverlay=disable-bt
This will fix it and no need scheduled scripts with reboots.