Include ESP8266 example
This commit is contained in:
parent
8dcf7c5e4d
commit
1d9b34f9ff
5 changed files with 144 additions and 0 deletions
9
esp8266example/include/theSecrets-example.h
Normal file
9
esp8266example/include/theSecrets-example.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef _THE_SECRETS_H_
|
||||
#define _THE_SECRETS_H_
|
||||
|
||||
const char *ssid = "Wifi";
|
||||
const char *psk = "password";
|
||||
const char *username = "username";
|
||||
const char *password = "password";
|
||||
|
||||
#endif
|
Reference in a new issue