Skip to content
Snippets Groups Projects

Add 1 second delay before setting Bluetooth MAC, fixes #4

Merged Imported Administrator requested to merge bluetooth_mac_sleep into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -141,6 +141,9 @@ mac_generate() {
}
mac_bluetooth() {
# Some Bluetooth adapters take time before they can be configured
sleep 1
log "setting Bluetooth MAC to $BT_MAC"
# Check if the Bluetooth interface is up
Loading