HAL for Espressif ESP32 Wifi

This commit is contained in:
Simon Jouet
2017-10-08 17:38:10 +01:00
committed by Scott Lahteine
parent 091f742432
commit e2aeda61ed
23 changed files with 1257 additions and 16 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