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