Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 488 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 488 Bytes

AutomaticBluetooth

tf is dat?

AutomaticBluetooth is a script written in Python for Raspberry Pi. How does it work:

  • On device disconnect:
  • Make discoverable
  • On device connect:
  • Stop discoverable

Tootorals

Installation

bash <(curl -s https://raw.githubusercontent.com/Minecon724/automaticbluetooth/master/setup.sh)

Removal

sudo rm /etc/systemd/system/automaticbluetooth.service
sudo rm -rf /home/automaticbluetooth
``