NodeMCU-WeatherStation/src/proj_conf.h

8 lines
324 B
C

//SSID and Password of your WiFi router
const char* ssid = "";
const char* password = "";
const long interval = 600000; // ms till recalculating prognose
int isNorthern = true; // norther or southerm hemisphere
int minAvgPressure = 1030; // min pressure in your area
int maxAvgPressure = 1020; // max pressure in your area