write an example secrets.h in readme

This commit is contained in:
Florian Hoss 2022-04-05 20:17:51 +02:00
parent ef307a24f5
commit bc3989f111

8
SourceCode/REAMDE.md Normal file
View file

@ -0,0 +1,8 @@
# How-To
## secrets.h example file
```c
#define SSID "WIFISSID"
#define PSK "WIFIPASSWORD"
```