12 lines
133 B
C
12 lines
133 B
C
//
|
|
//
|
|
// Utility.h
|
|
//
|
|
//
|
|
|
|
#include <ESP8266WiFi.h>
|
|
|
|
// Returns the MAC Address as a string object
|
|
String GetMacString();
|
|
|