9 lines
136 B
C
9 lines
136 B
C
|
#ifndef __CREDENTIALS_H__
|
||
|
#define __CREDENTIALS_H__
|
||
|
|
||
|
// Wifi parameters
|
||
|
char passphrase[] = "passphrase";
|
||
|
char ssid[] = "ssid";
|
||
|
|
||
|
#endif
|