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:
authorDavid Crocker <dcrocker@eschertech.com>2022-09-20 11:17:48 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-09-23 15:45:44 +0300
commitf966947e7eb87154b09716fda3f716a2a486564a (patch)
tree4607daf01769fffe49e426a06da9ab09cde1b97c /src/Config/Pins_Duet3_MB6HC.h
parente73b4fbe803033d2fc6e9f3193ae2b5bb1c9e08b (diff)
Added WIFI_USES_ESP32 configuration definition
Diffstat (limited to 'src/Config/Pins_Duet3_MB6HC.h')
-rw-r--r--src/Config/Pins_Duet3_MB6HC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config/Pins_Duet3_MB6HC.h b/src/Config/Pins_Duet3_MB6HC.h
index 9d41ac77..ba4f363f 100644
--- a/src/Config/Pins_Duet3_MB6HC.h
+++ b/src/Config/Pins_Duet3_MB6HC.h
@@ -20,6 +20,7 @@ constexpr uint32_t IAP_IMAGE_START = 0x20458000; // last 32kb of RAM
// Networking support
#define HAS_LWIP_NETWORKING 1
#define HAS_WIFI_NETWORKING 1
+#define WIFI_USES_ESP32 1
// Storage support
#define HAS_SBC_INTERFACE 1