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