Created
June 30, 2018 12:35
-
-
Save forslund/8ea1146a8b1c1ac65e7e9ed5ec7f5cef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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