mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-20 05:07:54 -06:00
🩹 Fix ESP3D WiFi Support (#1042)
Co-authored-by: Keith Bennett 13375512+thisiskeithb@users.noreply.github.com
This commit is contained in:
parent
ce9a214367
commit
1531cffb11
366 changed files with 366 additions and 366 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue