You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
310 B
8 lines
310 B
3 years ago
|
// To avoid saving your wifi credentials in the git repository, wifi-credentials.h.template is ignored by git
|
||
|
|
||
|
// Copy this file and name it wifi-credentials.h
|
||
|
// Then edit your wifi SSID and password
|
||
|
|
||
|
const char* wifi_ssid = "REPLACE_WITH_YOUR_SSID";
|
||
|
const char* wifi_password = "REPLACE_WITH_YOUR_PASSWORD";
|