3 lines
160 B
Plaintext
3 lines
160 B
Plaintext
// rename this file to wifi_secrets.h and provide the wifi secrets below
|
|
#define WIFI_SSID "your wifi ssid here"
|
|
#define WIFI_PASSWORD "your wifi password here" |