bleEnhance

This commit is contained in:
SpudGunMan
2024-10-01 17:17:50 -07:00
parent 5777b39c22
commit 051b58ca6f
+1
View File
@@ -15,6 +15,7 @@ printf "\nChecking for dependencies\n"
printf "\nAdding user to dialout and tty groups for serial access\n"
sudo usermod -a -G dialout $USER
sudo usermod -a -G tty $USER
sudo usermod -a -G bluetooth $USER
# check for pip
if ! command -v pip &> /dev/null