espnowSimple
1
Loading...
Searching...
No Matches
examples
getmac
getmac.ino
Go to the documentation of this file.
1
// Complete Instructions to Get and Change ESP MAC Address: https://RandomNerdTutorials.com/get-change-esp32-esp8266-mac-address-arduino/
2
3
#include "WiFi.h"
4
5
void
setup
(){
6
Serial.begin(115200);
7
WiFi.mode(WIFI_MODE_STA);
8
Serial.println(WiFi.macAddress());
9
}
10
11
void
loop
(){
12
13
}
14
setup
void setup()
Definition
getmac.ino:5
loop
void loop()
Definition
getmac.ino:11
Generated by
1.14.0