We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe895d commit a4cfd0bCopy full SHA for a4cfd0b
2 files changed
examples/ESP32_DynamicInstantiation/ETH_helper.h
@@ -6,7 +6,7 @@
6
#endif
7
8
// to get the Mac address
9
-#include <WiFi.h>
+#include "esp_mac.h"
10
11
#define RESET_PIN D7
12
#define CS_PIN D5
examples/ESP32_W5500_Callbacks/ETH_Helper.h
#define RESET_PIN 26
#define CS_PIN 5
0 commit comments