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.
7 lines
310 B
7 lines
310 B
// 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";
|
|
|