Skip to content

Commit 68bbb25

Browse files
Update MacAddress8.h
1 parent 062c113 commit 68bbb25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cores/esp32/MacAddress8.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#ifndef MacAddress8_h
2020
#define MacAddress8_h
2121

22-
//#include <esp_mac.h>
2322
#include <WString.h>
2423

2524
// A class to make it easier to handle and pass around 8-byte EUI-64(used for IEEE 802.15.4) addresses. See <esp_mac.h>.
@@ -38,7 +37,7 @@ class MacAddress8 {
3837
bool fromCStr(const char *buf);
3938
bool fromString(const String &address);
4039
void toBytes(uint8_t *buf);
41-
int toCStr(char *buf);
40+
int toCStr(char *buf);
4241
String toString() const;
4342
uint64_t Value();
4443

0 commit comments

Comments
 (0)