Files
esp32-geiger-counter/credentials.h

9 lines
183 B
C

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