mirror of
https://github.com/grillbaer/esp32-geiger-counter.git
synced 2025-12-21 13:23:15 +01:00
9 lines
175 B
C
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_ */
|