Youen Toupin
3 years ago
3 changed files with 45 additions and 4 deletions
@ -0,0 +1,7 @@
|
||||
// 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"; |
Loading…
Reference in new issue