🩹 Fix ESP3D WiFi Support (#1042)

Co-authored-by: Keith Bennett 13375512+thisiskeithb@users.noreply.github.com
This commit is contained in:
Jason Smith 2024-04-20 15:32:42 -07:00 committed by GitHub
parent ce9a214367
commit 1531cffb11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
366 changed files with 366 additions and 366 deletions

View file

@ -4387,7 +4387,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