summaryrefslogtreecommitdiff
path: root/include/secrets.h
blob: 43aa5c9a3ba562f892138f51bdcdf65bb45aee2f (plain)
1
2
3
4
5
6
7
8
9
#ifndef SECRETS_H
#define SECRETS_H

extern const char *wifi_ssid;
extern const char *wifi_psk;

extern const char *openweathermap_apikey;

#endif