Skip to content

Instantly share code, notes, and snippets.

@forslund
Created June 30, 2018 12:35
Show Gist options
  • Save forslund/8ea1146a8b1c1ac65e7e9ed5ec7f5cef to your computer and use it in GitHub Desktop.
Save forslund/8ea1146a8b1c1ac65e7e9ed5ec7f5cef to your computer and use it in GitHub Desktop.
#!/opt/venvs/mycroft-core/bin/python
from mycroft.messagebus.send import send
send('mycroft.wifi.start')
print("""=====================================================================
Wifi setup has begun. Use your phone, tablet or laptop to connect to
the network 'MYCROFT' using the password '12345678'. Once connected
browse to 'https://start.mycroft.ai', then follow the prompts to
complete the setup.
=====================================================================
""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment