We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a51ea commit 8fd2c98Copy full SHA for 8fd2c98
boards/MICROLITE/mpconfigboard.h
@@ -1,2 +1,8 @@
1
#define MICROPY_HW_BOARD_NAME "ESP32 module (microlite)"
2
#define MICROPY_HW_MCU_NAME "ESP32"
3
+
4
+// Disable LAN867x Ethernet PHY by default as the required header may not be
5
+// available with all ESP-IDF versions.
6
+#ifndef PHY_LAN867X_ENABLED
7
+#define PHY_LAN867X_ENABLED (0)
8
+#endif
0 commit comments