Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config/Pins.h')
-rw-r--r--src/Config/Pins.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Config/Pins.h b/src/Config/Pins.h
index 69d7f45d..7e34e13d 100644
--- a/src/Config/Pins.h
+++ b/src/Config/Pins.h
@@ -153,6 +153,10 @@
# define HAS_WIFI_NETWORKING 0
#endif
+#if HAS_WIFI_NETWORKING && !defined(WIFI_USES_ESP32)
+# define WIFI_USES_ESP32 0
+#endif
+
#ifndef HAS_W5500_NETWORKING
# define HAS_W5500_NETWORKING 0
#endif