4 lines
182 B
C
4 lines
182 B
C
// copy this file to wifikeys.h and edit
|
|
const char *ssid = "YOURNETHERE"; // Put your SSID here
|
|
const char *password = "YOURPASSWORDHERE"; // Put your PASSWORD here
|