🩹 Fix ESP3D WiFi Support (#26822)

This commit is contained in:
Keith Bennett
2024-04-09 22:58:13 -07:00
committed by GitHub
parent 9215bf791b
commit e6755450df
2 changed files with 4 additions and 4 deletions

View File

@@ -4342,7 +4342,7 @@
* Extras for an ESP32-based motherboard with WIFISUPPORT
* These options don't apply to add-on WiFi modules based on ESP32 WiFi101.
*/
#if ENABLED(WIFISUPPORT)
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
//#define OTASUPPORT // Support over-the-air firmware updates
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host