Skip to content

Commit a4cfd0b

Browse files
committed
header for esp_read_mac moved
1 parent 3fe895d commit a4cfd0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/ESP32_DynamicInstantiation/ETH_helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#endif
77

88
// to get the Mac address
9-
#include <WiFi.h>
9+
#include "esp_mac.h"
1010

1111
#define RESET_PIN D7
1212
#define CS_PIN D5

examples/ESP32_W5500_Callbacks/ETH_Helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#endif
77

88
// to get the Mac address
9-
#include <WiFi.h>
9+
#include "esp_mac.h"
1010

1111
#define RESET_PIN 26
1212
#define CS_PIN 5

0 commit comments

Comments
 (0)