move files around
This commit is contained in:
parent
4594215a23
commit
a7540a9504
45 changed files with 21 additions and 3337 deletions
9
ESPFirewall/include/theSecrets-example.h
Normal file
9
ESPFirewall/include/theSecrets-example.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef THESECRETS_H
|
||||
#define THESECRETS_H
|
||||
|
||||
const char *ssid = "Wifi";
|
||||
const char *psk = "password";
|
||||
const char *api_username = "username";
|
||||
const char *api_password = "password";
|
||||
|
||||
#endif
|
Reference in a new issue