Skip to content

Commit 88a1c5e

Browse files
committed
TEMP define mac address length
1 parent 5e0e737 commit 88a1c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bpid/mac.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define IFACE_MAC_ADDR_LENGTH WL_MAC_ADDR_LENGTH
2424
#elif defined(ARDUINO_UNOR4_WIFI)
2525
#include <WiFi.h>
26-
#define IFACE_MAC_ADDR_LENGTH WL_MAC_ADDR_LENGTH
26+
#define IFACE_MAC_ADDR_LENGTH 6
2727
#elif defined(ARDUINO_OPTA)
2828
#include <Ethernet.h>
2929
#define IFACE_MAC_ADDR_LENGTH 6

0 commit comments

Comments
 (0)