Add wifi-credentials.h with SSID, password and auth defines
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef WIFI_CREDENTIALS_H
|
||||
#define WIFI_CREDENTIALS_H
|
||||
|
||||
#define WIFI_SSID "your_wifi_ssid"
|
||||
#define WIFI_PASSWORD "your_wifi_password"
|
||||
#define WIFI_AUTH WIFI_AUTH_WPA2_PSK
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user