What’s a MAC Address?
MAC Address stands for Media Access Control Address and it is a hardware unique identifier that identifies each device on a network.
一、获取MAC
Get ESP32 or ESP8266 MAC Address
1 | // Complete Instructions to Get and Change ESP MAC Address: https://RandomNerdTutorials.com/get-change-esp32-esp8266-mac-address-arduino/ |
二、修改MAC
- Change ESP32 MAC Address (Arduino IDE)
1 | // Complete Instructions: https://RandomNerdTutorials.com/get-change-esp32-esp8266-mac-address-arduino/ |
- Change ESP8266 MAC Address (Arduino IDE)
1 | // Complete Instructions: https://RandomNerdTutorials.com/get-change-esp32-esp8266-mac-address-arduino/ |