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