#include <WiFi.h>
void setup() {
// put your setup code here, to run once:
Serial.begin(1152000);
Serial.print("\n default esp32 MAC address");
Serial.print(WiFi.macAddress());
}
void loop() {
// put your main code here, to run repeatedly:
}
#include <WiFi.h>
void setup() {
// put your setup code here, to run once:
Serial.begin(1152000);
Serial.print("\n default esp32 MAC address");
Serial.print(WiFi.macAddress());
}
void loop() {
// put your main code here, to run repeatedly:
}