7 lines
129 B
C
7 lines
129 B
C
|
#ifndef DEBUG
|
||
|
#include <Credentials/Credentials.h>
|
||
|
#endif
|
||
|
#ifdef DEBUG
|
||
|
#define WIFI_SSID "ssid"
|
||
|
#define WIFI_PW "password"
|
||
|
#endif
|