write an example secrets.h in readme
This commit is contained in:
parent
ef307a24f5
commit
bc3989f111
1 changed files with 8 additions and 0 deletions
8
SourceCode/REAMDE.md
Normal file
8
SourceCode/REAMDE.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# How-To
|
||||
|
||||
## secrets.h example file
|
||||
|
||||
```c
|
||||
#define SSID "WIFISSID"
|
||||
#define PSK "WIFIPASSWORD"
|
||||
```
|
Reference in a new issue