mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-14 18:27:50 -06:00
Add ESP32 WiFi interface (#11209)
This commit is contained in:
parent
c03df89921
commit
0278ad0a6d
93 changed files with 915 additions and 22 deletions
|
@ -2228,6 +2228,8 @@
|
|||
#if ENABLED(WIFISUPPORT)
|
||||
#define WIFI_SSID "Wifi SSID"
|
||||
#define WIFI_PWD "Wifi Password"
|
||||
//#define WEBSUPPORT // Start a webserver with auto-discovery
|
||||
//#define OTASUPPORT // Support over-the-air firmware updates
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue