Add WIFISUPPORT to example configs

This commit is contained in:
Scott Lahteine
2018-06-13 19:03:43 -05:00
parent 19d4c7c1cd
commit 091f742432
48 changed files with 432 additions and 0 deletions

View File

@ -1700,4 +1700,13 @@
// Default behaviour is limited to Z axis only.
#endif
/**
* WiFi Support (Espressif ESP32 WiFi)
*/
//#define WIFISUPPORT
#if ENABLED(WIFISUPPORT)
#define WIFI_SSID "Wifi SSID"
#define WIFI_PWD "Wifi Password"
#endif
#endif // CONFIGURATION_ADV_H