Skip to content

Commit 37d7e19

Browse files
SuGlidermrengineer7777
authored andcommitted
Fixes include Printable
1 parent 2ed5805 commit 37d7e19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/esp32/MacAddress.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
#ifndef MacAddress_h
1919
#define MacAddress_h
2020

21+
#include <stdint.h>
2122
#include <WString.h>
23+
#include <Printable.h>
2224

2325
// A class to make it easier to handle and pass around 6-byte BSSID and MAC addresses.
2426
class MacAddress : public Printable {

0 commit comments

Comments
 (0)