Resolve "Auth for API"
This commit is contained in:
parent
6aee231a4e
commit
b531b5b360
13 changed files with 226 additions and 132 deletions
9
SourceCode/arduino/include/theSecrets-example.h
Normal file
9
SourceCode/arduino/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