#include #include #include void setup() { Serial.begin(9600); Serial.print("mac adress:"); Serial.println(WiFi.macAddress()); } void loop() { }