Disable Bluetooth / Wifi on Pi #20

Open
opened 2023-01-16 13:24:23 -07:00 by rs-mighty · 1 comment
rs-mighty commented 2023-01-16 13:24:23 -07:00 (Migrated from spacecruft.org)
No description provided.
rs-mighty commented 2023-01-16 13:25:54 -07:00 (Migrated from spacecruft.org)
vim /etc/default/bluetooth
rfkill block 0
rfkill block 1
systemctl disable bluetooth.service
``` vim /etc/default/bluetooth ``` ``` rfkill block 0 rfkill block 1 ``` ``` systemctl disable bluetooth.service ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
spacecruft/Mighty-Satellite-Ground-Station#20
No description provided.