move certs into secret file
This commit is contained in:
parent
80e1d1599d
commit
1b338ce065
10 changed files with 78 additions and 134 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
const char *ssid = "Wifi";
|
||||
const char *psk = "password";
|
||||
const char *api_username = "username";
|
||||
const char *api_password = "password";
|
||||
const char *username = "username";
|
||||
const char *password = "password";
|
||||
|
||||
#endif
|
||||
|
|
Reference in a new issue