diff --git a/arduino/mac_adress.ino b/arduino/mac_adress.ino new file mode 100644 index 0000000..67dff28 --- /dev/null +++ b/arduino/mac_adress.ino @@ -0,0 +1,13 @@ +// Complete Instructions to Get and Change ESP MAC Address: https://RandomNerdTutorials.com/get-change-esp32-esp8266-mac-address-arduino/ +#include + +void setup(){ + Serial.begin(115200); + Serial.println(); + Serial.print("ESP Board MAC Address: "); + Serial.println(WiFi.macAddress()); +} + +void loop(){ + +} \ No newline at end of file diff --git a/web/index.html b/web/index.html index 1d30d1d..2bb052a 100644 --- a/web/index.html +++ b/web/index.html @@ -8,7 +8,6 @@ Node dev page - @@ -24,11 +23,8 @@ -
- -