Skip to content
Snippets Groups Projects
Commit 3bfb183f authored by Adam Honse's avatar Adam Honse
Browse files

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

parent a3348ec3
No related branches found
No related tags found
1 merge request!9Add 1 second delay before setting Bluetooth MAC, fixes #4
Pipeline #141386 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment