Skip to content

Commit d9cb093

Browse files
SuGlidermrengineer7777
authored andcommitted
Update MacAddress.h
1 parent 45da7ea commit d9cb093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/MacAddress.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class MacAddress : public Printable {
3737
MacAddress();
3838
MacAddress(uint64_t mac);
3939
MacAddress(const uint8_t *macbytearray);
40-
MAcAddress(uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5, uint8_t b6);
40+
MacAddress(uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5, uint8_t b6);
4141
virtual ~MacAddress() {}
4242
bool fromCStr(const char *buf);
4343
bool fromString(const String &macstr);

0 commit comments

Comments
 (0)