Change define names
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#ifndef WIFI_CREDENTIALS_H
|
#ifndef WIFI_CREDENTIALS_H
|
||||||
#define WIFI_CREDENTIALS_H
|
#define WIFI_CREDENTIALS_H
|
||||||
|
|
||||||
#define WIFI_SSID "your_wifi_ssid"
|
#define SSID "your_wifi_ssid"
|
||||||
#define WIFI_PASSWORD "your_wifi_password"
|
#define PASSWORD "your_wifi_password"
|
||||||
#define WIFI_AUTH WIFI_AUTH_WPA2_PSK
|
#define AUTH_MODE WIFI_AUTH_WPA2_PSK
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user