Merge b1f7a0493f into 7c702d7f09
This commit is contained in:
commit
a7e56fa331
3 changed files with 128 additions and 74 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue