add missing config file

This commit is contained in:
Hiajen Hiajen 2022-03-08 17:07:08 +01:00
parent a22a059ac3
commit af2309cdb7
1 changed files with 7 additions and 0 deletions

7
src/proj_conf.h Normal file
View File

@ -0,0 +1,7 @@
//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