mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
parent
8fbb83d83f
commit
473f70abe0
321 changed files with 2568 additions and 1284 deletions
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4244,13 +4244,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4258,13 +4258,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4250,13 +4250,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4245,13 +4245,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4245,13 +4245,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4245,13 +4245,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4253,13 +4253,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4245,13 +4245,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4250,13 +4250,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4256,13 +4256,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4242,13 +4242,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4251,13 +4251,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4253,13 +4253,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4251,13 +4251,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4235,13 +4235,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4248,13 +4248,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
|
@ -4249,13 +4249,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WiFi Support (Espressif ESP32 WiFi)
|
* Native ESP32 board with WiFi or add-on ESP32 WiFi-101 module
|
||||||
*/
|
*/
|
||||||
//#define WIFISUPPORT // Marlin embedded WiFi management
|
//#define WIFISUPPORT // Marlin embedded WiFi management. Not needed for simple WiFi serial port.
|
||||||
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
|
||||||
|
|
||||||
#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
|
/**
|
||||||
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
|
* 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)
|
||||||
|
//#define WEBSUPPORT // Start a webserver (which may include auto-discovery) using SPIFFS
|
||||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||||
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue