void setup(){ Serial.begin(115200); Serial.println(); Serial.print("ESP Board MAC Address: "); Serial.println(WiFi.macAddress()); } void loop(){ }``` ### Debug ...
Hi - referencing my previous issue 6361 which I believe has been close too early, @earlephilhower could you please specify what I do have to remove? I started from a ...