Files
esp32-geiger-counter/include/credentials.h
2019-04-16 20:31:02 +02:00

9 lines
175 B
C

#ifndef CREDENTIALS_H_
#define CREDENTIALS_H_
extern const char *wifiSsid;
extern const char *wifiPassword;
extern const char *thingspeakApiKey;
#endif /* CREDENTIALS_H_ */