This commit is contained in:
Deleted user 2016-11-07 20:47:44 +00:00 committed by GitHub
commit a7e56fa331
3 changed files with 128 additions and 74 deletions

View file

@ -20,12 +20,10 @@
// https://www.kernel.org/pub/software/scm/git/docs/git-update-index.html
//
#error "You need to enter your wifi credentials in this file and follow the instructions here to keep the password safe from Github commits."
#ifndef __SSID_CONFIG_H__
#define __SSID_CONFIG_H__
#define WIFI_SSID "mywifissid"
#define WIFI_PASS "my secret password"
#define WIFI_SSID "BigPond8481"
#define WIFI_PASS "01234567890000000123456789000000"
#endif // __SSID_CONFIG_H__