Skip to content

Instantly share code, notes, and snippets.

@artem-smotrakov
Created October 24, 2017 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artem-smotrakov/b8e31cc3c34214957b518518f1fecf20 to your computer and use it in GitHub Desktop.
Save artem-smotrakov/b8e31cc3c34214957b518518f1fecf20 to your computer and use it in GitHub Desktop.
import network
nic = network.WLAN(network.STA_IF)
nic.active(True)
nic.connect(ssid, password)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment