Skip to content

Instantly share code, notes, and snippets.

@rnagarajanmca
Last active August 13, 2017 08:44
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 rnagarajanmca/915a919aedf234a6c4af30bb8e949130 to your computer and use it in GitHub Desktop.
Save rnagarajanmca/915a919aedf234a6c4af30bb8e949130 to your computer and use it in GitHub Desktop.

Get Mac ID

#include <Arduino.h>
#include <ESP8266WiFi.h>
void setup() {
    Serial.begin(115200);
    Serial.println("Mac address:"+WiFi.macAddress());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment