adds mac adress code to arduino folder
This commit is contained in:
13
arduino/mac_adress.ino
Normal file
13
arduino/mac_adress.ino
Normal file
@@ -0,0 +1,13 @@
|
||||
// Complete Instructions to Get and Change ESP MAC Address: https://RandomNerdTutorials.com/get-change-esp32-esp8266-mac-address-arduino/
|
||||
#include <WiFi.h>
|
||||
|
||||
void setup(){
|
||||
Serial.begin(115200);
|
||||
Serial.println();
|
||||
Serial.print("ESP Board MAC Address: ");
|
||||
Serial.println(WiFi.macAddress());
|
||||
}
|
||||
|
||||
void loop(){
|
||||
|
||||
}
|
@@ -8,7 +8,6 @@
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<title>Node dev page</title>
|
||||
<!-- <link rel="icon" type="image/x-icon" href="favicon.ico"> -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -24,11 +23,8 @@
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="nodeDataLocation"></div>
|
||||
|
||||
|
||||
|
||||
<!-- Include the js file -->
|
||||
<script src="classes.js"></script>
|
||||
<script src="main.js"></script>
|
||||
|
Reference in New Issue
Block a user