Skip to content

Instantly share code, notes, and snippets.

@GabrielMMelo
Created November 3, 2018 19:29
Show Gist options
  • Save GabrielMMelo/ba3d8b6006f45a543625b922c10d8ccf to your computer and use it in GitHub Desktop.
Save GabrielMMelo/ba3d8b6006f45a543625b922c10d8ccf to your computer and use it in GitHub Desktop.
Get mac address formated
import network
import ubinascii
mac = ubinascii.hexlify(network.WLAN().config('mac'),':').decode()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment