9 lines
192 B
C
9 lines
192 B
C
#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
|